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