2 writes to _scopes
Microsoft.AspNetCore.InternalTesting (2)
Logging\TestSink.cs (2)
21_scopes = new ConcurrentQueue<BeginScopeContext>(); 29public IProducerConsumerCollection<BeginScopeContext> Scopes { get => _scopes; set => _scopes = new ConcurrentQueue<BeginScopeContext>(value); }
2 references to _scopes
Microsoft.AspNetCore.InternalTesting (2)
Logging\TestSink.cs (2)
29public IProducerConsumerCollection<BeginScopeContext> Scopes { get => _scopes; set => _scopes = new ConcurrentQueue<BeginScopeContext>(value); } 50_scopes.Enqueue(context);