1 write to PrologOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
99PrologOffset = relativeOffset;
4 references to PrologOffset
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
44public bool IsInProlog => PrologOffset != unchecked((uint)-1);
Contracts\StackWalk\Context\X86\X86Unwinder.cs (3)
319if (gcInfo.PrologOffset != 0) // Do nothing for the very start of the method 364uint curOffs = gcInfo.PrologOffset; 528uint curOffs = gcInfo.PrologOffset;