3 references to TryTake
Microsoft.AspNetCore.HttpLogging (1)
FileLoggerProcessor.cs (1)
123
while (_messageQueue.
TryTake
(out var message))
System.Collections.Concurrent (2)
System\Collections\Concurrent\BlockingCollection.cs (2)
1320
if (!collections[i].IsCompleted && collections[i]._occupiedNodes.CurrentCount > 0 && collections[i].
TryTake
(out item))
1414
if (collections[index].
TryTake
(out item)) //case#1