1 write to RelativeOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
88RelativeOffset = relativeOffset;
4 references to RelativeOffset
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
204if (offset > RelativeOffset)
Contracts\StackWalk\Context\X86\X86Unwinder.cs (3)
70TargetPointer epilogBase = methodStart + (gcInfo.RelativeOffset - gcInfo.EpilogOffset); 459if (funcletStart != methodStart + gcInfo.RelativeOffset && ReadByteAt(methodStart + gcInfo.RelativeOffset) != X86_INSTR_RETN)