2 instantiations of TestApplicationErrorLogger
Sockets.BindTests (2)
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
();
2 references to TestApplicationErrorLogger
Sockets.BindTests (2)
src\Servers\Kestrel\shared\test\TestApplicationErrorLoggerLoggedTest.cs (2)
10
using static Microsoft.AspNetCore.InternalTesting.
TestApplicationErrorLogger
;
16
private
TestApplicationErrorLogger
TestApplicationErrorLogger { get; set; }