2 writes to _preservedForObservation
MSBuildTaskHost (2)
Concurrent\ConcurrentQueue.cs (2)
393
if (Thread.VolatileRead(ref
_preservedForObservation
) == 0)
440
_preservedForObservation
= 1;
1 reference to _preservedForObservation
MSBuildTaskHost (1)
Concurrent\ConcurrentQueue.cs (1)
112
int nextSize = tail.
_preservedForObservation
!= 0 ? InitialSegmentLength : Math.Min(tail.Capacity * 2, MaxSegmentLength);