2 writes to scopes
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbScope.cs (2)
21
this.
scopes
= new PdbScope[0];
46
scopes
= new PdbScope[scopeCount];
4 references to scopes
Mono.Cecil.Pdb (4)
Microsoft.Cci.Pdb\PdbFunction.cs (2)
70
AdjustVisualBasicScopes(scope.
scopes
);
83
AdjustVisualBasicScopes(scope.
scopes
);
Microsoft.Cci.Pdb\PdbScope.cs (1)
76
scopes
[scope++] = new PdbScope(funcOffset, sub, bits, out typind);
Mono.Cecil.Pdb\NativePdbReader.cs (1)
210
parent.scopes = ReadScopeAndLocals (scope.
scopes
, info);