3 references to TryAddToAny
System.Collections.Concurrent (3)
System\Collections\Concurrent\BlockingCollection.cs (3)
765
TryAddToAny
(collections, item, Timeout.Infinite, CancellationToken.None);
807
TryAddToAny
(collections, item, Timeout.Infinite, cancellationToken);
835
return
TryAddToAny
(collections, item, 0, CancellationToken.None);