1 implementation of Scopes
Microsoft.AspNetCore.InternalTesting (1)
Logging\TestSink.cs (1)
29public IProducerConsumerCollection<BeginScopeContext> Scopes { get => _scopes; set => _scopes = new ConcurrentQueue<BeginScopeContext>(value); }
1 reference to Scopes
Microsoft.AspNetCore.InternalTesting.Tests (1)
LoggedTestXunitTests.cs (1)
149Assert.Equal(TestSink.Scopes.Single(), context);