2 writes to slots
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbScope.cs (2)
20this.slots = slots; 47slots = new PdbSlot[slotCount];
4 references to slots
Mono.Cecil.Pdb (4)
Microsoft.Cci.Pdb\PdbScope.cs (1)
81slots[slot++] = new PdbSlot(bits);
Mono.Cecil.Pdb\NativePdbReader.cs (3)
169 if (!scope.slots.IsNullOrEmpty ()) { 170 parent.variables = new Collection<VariableDebugInformation> (scope.slots.Length); 172 foreach (PdbSlot slot in scope.slots) {