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