3 references to TryTake
System (3)
sys\system\collections\concurrent\BlockingCollection.cs (3)
554
if (!
TryTake
(out item, Timeout.Infinite, CancellationToken.None))
578
if (!
TryTake
(out item, Timeout.Infinite, cancellationToken))
598
return
TryTake
(out item, 0, CancellationToken.None);