2 instantiations of PdbSlot
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
325
slots[slot++] = new
PdbSlot
(bits);
Microsoft.Cci.Pdb\PdbScope.cs (1)
81
slots[slot++] = new
PdbSlot
(bits);
7 references to PdbSlot
Mono.Cecil.Pdb (7)
Microsoft.Cci.Pdb\PdbFunction.cs (2)
31
internal
PdbSlot
[] slots;
267
slots = new
PdbSlot
[slotCount];
Microsoft.Cci.Pdb\PdbScope.cs (4)
9
internal
PdbSlot
[] slots;
18
internal PdbScope(uint address, uint offset, uint length,
PdbSlot
[] slots, PdbConstant[] constants, string[] usedNamespaces) {
28
internal PdbScope(uint address, uint length,
PdbSlot
[] slots, PdbConstant[] constants, string[] usedNamespaces)
47
slots = new
PdbSlot
[slotCount];
Mono.Cecil.Pdb\NativePdbReader.cs (1)
172
foreach (
PdbSlot
slot in scope.slots) {