Implemented interface member:
method
TryTake
System.Collections.Concurrent.IProducerConsumerCollection<T>.TryTake(out T)
2 references to TryTake
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))