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