1 implementation of Scopes
Microsoft.AspNetCore.InternalTesting (1)
Logging\TestSink.cs (1)
29public IProducerConsumerCollection<BeginScopeContext> Scopes { get => _scopes; set => _scopes = new ConcurrentQueue<BeginScopeContext>(value); }