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