4 references to Scopes
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
ConnectionDispatcherTests.cs (2)
42var scopeObjects = testLogger.Scopes.OfType<IReadOnlyList<KeyValuePair<string, object>>>().ToList(); 54Assert.True(testLogger.Scopes.IsEmpty);
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (2)
54Scopes.Enqueue(state); 56return new Disposable(() => { Scopes.TryDequeue(out _); });