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.CodeAnalysis.Test.Utilities (1)
TempFiles\TempRoot.cs (1)
29
while (_temps.
TryTake
(out var temp))
Microsoft.ML.Core (1)
Utilities\ObjectPool.cs (1)
52
if (_pool.
TryTake
(out result))