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