4 writes to EpilogSize
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (4)
178
infoHdr.
EpilogSize
= (byte)(encoding - (uint)InfoHdrAdjust.SET_EPILOGSIZE);
307
infoHdr.
EpilogSize
<<= 3;
308
infoHdr.
EpilogSize
+= lowBits;
428
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)
364
epilogsBuilder.Add((int)(codeLength - infoHdr.
EpilogSize
));
374
Debug.Assert(infoHdr.PrologSize + (infoHdr.EpilogCount * infoHdr.
EpilogSize
) <= codeLength);