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