1 write to SpOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\GCInfoDecoder.cs (1)
87
SpOffset
= spOffset;
3 references to SpOffset
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GCInfo\GCInfoDecoder.cs (3)
646
lifetimes.Add(new GCSlotLifetime(slot.IsRegister, slot.RegisterNumber, slot.
SpOffset
, (uint)slot.Base, gcFlags, 0, _codeLength));
916
lifetimes.Add(new GCSlotLifetime(slot.IsRegister, slot.RegisterNumber, slot.
SpOffset
, (uint)slot.Base, gcFlags, beginOffset, endOffset));
929
result.Add(new LiveSlot(slot.IsRegister, slot.RegisterNumber, slot.
SpOffset
, (uint)slot.Base, gcFlags));