3 references to TryDequeue
MSBuildTaskHost (3)
Concurrent\ConcurrentQueue.cs (3)
136_head.TryDequeue(out result) || // fast-path that operates just on the head segment 148if (head.TryDequeue(out item)) 168if (head.TryDequeue(out item))