2 references to BlockingCollection
Microsoft.Extensions.Logging.AzureAppServices (1)
BatchingLoggerProvider.cs (1)
158new BlockingCollection<LogMessage>(new ConcurrentQueue<LogMessage>()) :
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
147: this(new ConcurrentQueue<T>())