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