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)
124if (relativeOffset < Header.PrologSize) 423=> codeOffset < Header.PrologSize; 618uint cursor = Header.PrologSize; 642if ((uint)offset < Header.PrologSize) 1014PrologSize: Header.PrologSize, 1021GSCookieValidRangeStart: gsCookie.HasValue ? (uint)Header.PrologSize : 0, 1036if ((uint)offset < Header.PrologSize)
Contracts\GCInfo\X86\InfoHdr.cs (1)
390Debug.Assert(infoHdr.PrologSize + (infoHdr.EpilogCount * infoHdr.EpilogSize) <= codeLength);