1 write to Base
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\GCInfoDecoder.cs (1)
88
Base
= slotBase;
3 references to Base
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GCInfo\GCInfoDecoder.cs (3)
537
result.Add(new LiveSlot(slot.IsRegister, slot.RegisterNumber, slot.SpOffset, (uint)slot.
Base
, gcFlags));
845
if (!reportScratchSlots && TTraits.IsScratchStackSlot(slot.SpOffset, (uint)slot.
Base
, _fixedStackParameterScratchArea))
848
if (reportFpBasedSlotsOnly && slot.
Base
!= GcStackSlotBase.GC_FRAMEREG_REL)