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)); 644GcSlotDesc slot = _slots[(int)slotIndex]; 914GcSlotDesc slot = _slots[(int)slotIndex]; 1221Debug.Assert(slotIndex < _slots.Count); 1222GcSlotDesc slot = _slots[(int)slotIndex];