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