2 writes to EpilogAtEnd
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (2)
183
infoHdr.
EpilogAtEnd
= ((encoding - (uint)InfoHdrAdjust.SET_EPILOGCNT) & 1) == 1 ? true : false;
430
EpilogAtEnd
= epilogAtEnd == 1;
3 references to EpilogAtEnd
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (3)
184
Debug.Assert(!infoHdr.
EpilogAtEnd
|| infoHdr.EpilogCount == 1);
351
if (infoHdr.EpilogCount > 1 || (infoHdr.EpilogCount != 0 && !infoHdr.
EpilogAtEnd
))
375
Debug.Assert(infoHdr.EpilogCount == 1 || !infoHdr.
EpilogAtEnd
);