Implemented interface member:
method
TryTake
System.Collections.Concurrent.IProducerConsumerCollection<T>.TryTake(out T)
4 references to TryTake
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
400
while (_checkRegistry.
TryTake
(out var item))
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\FileBasedProgramsProjectLoader.cs (1)
70
while (Disposables.
TryTake
(out var disposable))
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))