1 implementation of Scopes
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Logging\TestSink.cs (1)
28public IProducerConsumerCollection<BeginScopeContext> Scopes { get => _scopes; set => _scopes = new ConcurrentQueue<BeginScopeContext>(value); }