1 write to _slots
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\GCInfoDecoder.cs (1)
207
_slots
= new List<GcSlotDesc>((int)_numSlots);
10 references to _slots
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\GCInfo\GCInfoDecoder.cs (10)
215
_slots
.Add(GcSlotDesc.CreateRegisterSlot(regNum, flags));
229
_slots
.Add(GcSlotDesc.CreateRegisterSlot(regNum, flags));
241
_slots
.Add(GcSlotDesc.CreateStackSlot(spOffset, spBase, flags));
261
_slots
.Add(GcSlotDesc.CreateStackSlot(spOffset, spBase, flags));
273
_slots
.Add(GcSlotDesc.CreateStackSlot(spOffset, spBase, flags));
293
_slots
.Add(GcSlotDesc.CreateStackSlot(spOffset, spBase, flags));
644
GcSlotDesc slot =
_slots
[(int)slotIndex];
914
GcSlotDesc slot =
_slots
[(int)slotIndex];
1221
Debug.Assert(slotIndex <
_slots
.Count);
1222
GcSlotDesc slot =
_slots
[(int)slotIndex];