4 references to SET_EPILOGCNT
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (4)
86
SET_UNTRACKED =
SET_EPILOGCNT
+ (SET_EPILOGCNT_MAX + 1) * 2, // 0x37
184
else if (encoding < (uint)InfoHdrAdjust.
SET_EPILOGCNT
)
190
infoHdr.EpilogCount = (byte)((encoding - (uint)InfoHdrAdjust.
SET_EPILOGCNT
) / 2);
191
infoHdr.EpilogAtEnd = ((encoding - (uint)InfoHdrAdjust.
SET_EPILOGCNT
) & 1) == 1 ? true : false;