2 references to BlockingCollection
Microsoft.Extensions.Logging.AzureAppServices (1)
BatchingLoggerProvider.cs (1)
159new BlockingCollection<LogMessage>(new ConcurrentQueue<LogMessage>(), _queueSize.Value);
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
162: this(new ConcurrentQueue<T>(), boundedCapacity)