2 writes to BoundsSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\DebugInfo\DebugInfo_2.cs (2)
70chunks.BoundsSize = nibbleReader.ReadUInt(); 79chunks.BoundsSize = countBoundsOrFatMarker;
2 references to BoundsSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\DebugInfo\DebugInfo_2.cs (2)
88chunks.VarsStart = chunks.BoundsStart + chunks.BoundsSize; 102uint cbBounds = chunks.BoundsSize;