4 writes to PrologSize
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (4)
182
infoHdr.
PrologSize
= (byte)(encoding - (uint)InfoHdrAdjust.SET_PROLOGSIZE);
317
infoHdr.
PrologSize
<<= 3;
318
infoHdr.
PrologSize
+= lowBits;
443
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)
390
Debug.Assert(infoHdr.
PrologSize
+ (infoHdr.EpilogCount * infoHdr.EpilogSize) <= codeLength);