1 write to usedNamespaces
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
269usedNamespaces = new string[usedNamespacesCount];
2 references to usedNamespaces
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFunction.cs (2)
272scopes[0] = new PdbScope(this.address, proc.len, slots, constants, usedNamespaces); 335bits.ReadCString(out usedNamespaces[usedNs++]);