4 writes to PrologSize
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (4)
174
infoHdr.
PrologSize
= (byte)(encoding - (uint)InfoHdrAdjust.SET_PROLOGSIZE);
301
infoHdr.
PrologSize
<<= 3;
302
infoHdr.
PrologSize
+= lowBits;
427
PrologSize
= prologSize;
2 references to PrologSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
97
if (relativeOffset < Header.
PrologSize
)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (1)
374
Debug.Assert(infoHdr.
PrologSize
+ (infoHdr.EpilogCount * infoHdr.EpilogSize) <= codeLength);