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