2 instantiations of PdbConstant
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
330constants[constant++] = new PdbConstant(bits);
Microsoft.Cci.Pdb\PdbScope.cs (1)
95constants[constant++] = new PdbConstant(bits);
7 references to PdbConstant
Mono.Cecil.Pdb (7)
Microsoft.Cci.Pdb\PdbFunction.cs (2)
32internal PdbConstant[] constants; 268constants = new PdbConstant[constantCount];
Microsoft.Cci.Pdb\PdbScope.cs (4)
8internal PdbConstant[] constants; 18internal PdbScope(uint address, uint offset, uint length, PdbSlot[] slots, PdbConstant[] constants, string[] usedNamespaces) { 28internal PdbScope(uint address, uint length, PdbSlot[] slots, PdbConstant[] constants, string[] usedNamespaces) 45constants = new PdbConstant[constantCount];
Mono.Cecil.Pdb\NativePdbReader.cs (1)
187 foreach (var constant in scope.constants) {