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