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