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