4 writes to EpilogSize
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (4)
186
infoHdr.
EpilogSize
= (byte)(encoding - (uint)InfoHdrAdjust.SET_EPILOGSIZE);
323
infoHdr.
EpilogSize
<<= 3;
324
infoHdr.
EpilogSize
+= lowBits;
444
EpilogSize
= epilogSize;
3 references to EpilogSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
105
if (relativeOffset > epilogStart && relativeOffset < epilogStart + Header.
EpilogSize
)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (2)
380
epilogsBuilder.Add((int)(codeLength - infoHdr.
EpilogSize
));
390
Debug.Assert(infoHdr.PrologSize + (infoHdr.EpilogCount * infoHdr.
EpilogSize
) <= codeLength);