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); }
1 reference to Scopes
Microsoft.AspNetCore.InternalTesting.Tests (1)
LoggedTestXunitTests.cs (1)
149
Assert.Equal(TestSink.
Scopes
.Single(), context);