3 references to TryDequeue
MSBuildTaskHost (3)
Collections\ConcurrentQueue.cs (3)
139_head.TryDequeue(out result) || // fast-path that operates just on the head segment 151if (head.TryDequeue(out item)) 171if (head.TryDequeue(out item))