2 instantiations of TestApplicationErrorLogger
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (2)
src\Servers\Kestrel\shared\test\KestrelTestLoggerProvider.cs (1)
13: this(new TestApplicationErrorLogger { ThrowOnCriticalErrors = throwOnCriticalErrors })
src\Servers\Kestrel\shared\test\TestApplicationErrorLoggerLoggedTest.cs (1)
41TestApplicationErrorLogger = new TestApplicationErrorLogger();
2 references to TestApplicationErrorLogger
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (2)
src\Servers\Kestrel\shared\test\TestApplicationErrorLoggerLoggedTest.cs (2)
10using static Microsoft.AspNetCore.InternalTesting.TestApplicationErrorLogger; 16private TestApplicationErrorLogger TestApplicationErrorLogger { get; set; }