4 writes to PrologSize
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GCInfo\X86\InfoHdr.cs (4)
182infoHdr.PrologSize = (byte)(encoding - (uint)InfoHdrAdjust.SET_PROLOGSIZE); 317infoHdr.PrologSize <<= 3; 318infoHdr.PrologSize += lowBits; 443PrologSize = prologSize;
8 references to PrologSize
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\GCInfo\X86\GCInfo.cs (7)
125if (relativeOffset < Header.PrologSize) 425=> codeOffset < Header.PrologSize; 620uint cursor = Header.PrologSize; 644if ((uint)offset < Header.PrologSize) 1016PrologSize: Header.PrologSize, 1023GSCookieValidRangeStart: gsCookie.HasValue ? (uint)Header.PrologSize : 0, 1038if ((uint)offset < Header.PrologSize)
Contracts\GCInfo\X86\InfoHdr.cs (1)
390Debug.Assert(infoHdr.PrologSize + (infoHdr.EpilogCount * infoHdr.EpilogSize) <= codeLength);