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