You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.483
Former-commit-id: dea8c53844337fa8b7535e16c76a043c3f09ea30
This commit is contained in:
parent
c135664484
commit
f38a7b4f5b
8
external/cecil/Mono.Cecil/ExportedType.cs
vendored
8
external/cecil/Mono.Cecil/ExportedType.cs
vendored
@@ -45,6 +45,14 @@ namespace Mono.Cecil {
|
||||
|
||||
return scope;
|
||||
}
|
||||
set {
|
||||
if (declaring_type != null) {
|
||||
declaring_type.Scope = value;
|
||||
return;
|
||||
}
|
||||
|
||||
scope = value;
|
||||
}
|
||||
}
|
||||
|
||||
public ExportedType DeclaringType {
|
||||
|
Reference in New Issue
Block a user