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