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