2 writes to usedNamespaces
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbScope.cs (2)
22this.usedNamespaces = usedNamespaces; 48usedNamespaces = new string[namespaceCount];
4 references to usedNamespaces
Mono.Cecil.Pdb (4)
Microsoft.Cci.Pdb\PdbScope.cs (1)
86bits.ReadCString(out usedNamespaces[usedNs++]);
Mono.Cecil.Pdb\NativePdbReader.cs (3)
199 if (!scope.usedNamespaces.IsNullOrEmpty ()) { 252 if (scope.usedNamespaces.IsNullOrEmpty ()) 257 foreach (var used_namespace in scope.usedNamespaces) {