1 write to _slots
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\GCInfoDecoder.cs (1)
207
_slots
= new List<GcSlotDesc>((int)_numSlots);
8 references to _slots
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\GCInfo\GCInfoDecoder.cs (8)
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));
829
Debug.Assert(slotIndex <
_slots
.Count);
830
GcSlotDesc slot =
_slots
[(int)slotIndex];