Implemented interface member:
method
TryTake
System.Collections.Concurrent.IProducerConsumerCollection<T>.TryTake(out T)
3 references to TryTake
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
398
while (_checkRegistry.
TryTake
(out var item))
Microsoft.ML.Core (1)
Utilities\ObjectPool.cs (1)
52
if (_pool.
TryTake
(out result))
NuGet.Commands (1)
RestoreCommand\ProjectRestoreCommand.cs (1)
382
while (bag.
TryTake
(out match))