2 writes to scopes
Mono.Cecil (1)
Mono.Cecil.Cil\Symbols.cs (1)
125
Interlocked.CompareExchange (ref
scopes
, new Collection<ScopeDebugInformation> (), null);
Mono.Cecil.Pdb (1)
Mono.Cecil.Pdb\NativePdbReader.cs (1)
210
parent.
scopes
= ReadScopeAndLocals (scope.scopes, info);
9 references to scopes
Mono.Cecil (6)
Mono.Cecil.Cil\CodeReader.cs (2)
470
if (!scope.
scopes
.IsNullOrEmpty ())
471
ReadScopes (scope.
scopes
);
Mono.Cecil.Cil\Symbols.cs (3)
119
get { return !
scopes
.IsNullOrEmpty (); }
124
if (
scopes
== null)
127
return
scopes
;
Mono.Cecil\AssemblyReader.cs (1)
2914
if (!AddScope (method_scope.
scopes
, scope))
Mono.Cecil.Pdb (3)
Mono.Cecil.Pdb\NativePdbWriter.cs (3)
188
if (!scope.
scopes
.IsNullOrEmpty ()) {
189
for (int i = 0; i < scope.
scopes
.Count; i++) {
191
DefineScope (scope.
scopes
[i], info, out _);