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