8 references to BlockingCollection
Aspire.RabbitMQ.Client.Tests (1)
AspireRabbitMQLoggingTests.cs (1)
242public BlockingCollection<(LogLevel Level, string Message, object? State)> Logs { get; } = new();
Aspire.RabbitMQ.Client.v6.Tests (1)
tests\Aspire.RabbitMQ.Client.Tests\AspireRabbitMQLoggingTests.cs (1)
242public BlockingCollection<(LogLevel Level, string Message, object? State)> Logs { get; } = new();
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1549private readonly BlockingCollection<Task> _tasks = new BlockingCollection<Task>();
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\AsyncPump.cs (1)
92 new BlockingCollection<KeyValuePair<SendOrPostCallback, object>>();
Microsoft.ML.Core.Tests (2)
UnitTests\TestHosts.cs (2)
32var hosts = new BlockingCollection<Tuple<IHost, int>>(); 95var hosts = new BlockingCollection<Tuple<IHost, int>>();
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
179new BlockingCollection<KeyValuePair<SendOrPostCallback, object>>();
UnitTests.Common (1)
TestTypes.cs (1)
269new BlockingCollection<KeyValuePair<SendOrPostCallback, object>>();