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