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