2 writes to slots
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbScope.cs (2)
20
this.
slots
= slots;
47
slots
= new PdbSlot[slotCount];
4 references to slots
Mono.Cecil.Pdb (4)
Microsoft.Cci.Pdb\PdbScope.cs (1)
81
slots
[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
) {