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