3 references to TryAddToAny
System (3)
sys\system\collections\concurrent\BlockingCollection.cs (3)
812
TryAddToAny
(collections, item, Timeout.Infinite, CancellationToken.None);
854
TryAddToAny
(collections, item, Timeout.Infinite, cancellationToken);
882
return
TryAddToAny
(collections, item, 0, CancellationToken.None);