2 instantiations of PdbSlot
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
325slots[slot++] = new PdbSlot(bits);
Microsoft.Cci.Pdb\PdbScope.cs (1)
81slots[slot++] = new PdbSlot(bits);
7 references to PdbSlot
Mono.Cecil.Pdb (7)
Microsoft.Cci.Pdb\PdbFunction.cs (2)
31internal PdbSlot[] slots; 267slots = new PdbSlot[slotCount];
Microsoft.Cci.Pdb\PdbScope.cs (4)
9internal PdbSlot[] slots; 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) 47slots = new PdbSlot[slotCount];
Mono.Cecil.Pdb\NativePdbReader.cs (1)
172 foreach (PdbSlot slot in scope.slots) {