2 writes to UninstrumentedBoundsSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\DebugInfo\DebugInfo_2.cs (2)
72chunks.UninstrumentedBoundsSize = nibbleReader.ReadUInt(); 81chunks.UninstrumentedBoundsSize = 0;
3 references to UninstrumentedBoundsSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\DebugInfo\DebugInfo_2.cs (3)
90chunks.PatchpointInfoStart = chunks.UninstrumentedBoundsStart + chunks.UninstrumentedBoundsSize; 104if (preferUninstrumented && chunks.UninstrumentedBoundsSize != 0) 108cbBounds = chunks.UninstrumentedBoundsSize;