3 instantiations of TestApplicationErrorLogger
InMemory.FunctionalTests (3)
HttpsConnectionMiddlewareTests.cs (1)
1363var testLogger = new TestApplicationErrorLogger();
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();
4 references to TestApplicationErrorLogger
InMemory.FunctionalTests (4)
HttpsConnectionMiddlewareTests.cs (2)
1363var testLogger = new TestApplicationErrorLogger(); 1473private static HttpsConnectionMiddleware CreateMiddleware(HttpsConnectionAdapterOptions options, HttpProtocols httpProtocols, TestApplicationErrorLogger testLogger = null)
src\Servers\Kestrel\shared\test\TestApplicationErrorLoggerLoggedTest.cs (2)
10using static Microsoft.AspNetCore.InternalTesting.TestApplicationErrorLogger; 16private TestApplicationErrorLogger TestApplicationErrorLogger { get; set; }