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