2 writes to ThrowOnCriticalErrors
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)
23
set => TestApplicationErrorLogger.
ThrowOnCriticalErrors
= value;
3 references to ThrowOnCriticalErrors
Sockets.BindTests (3)
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (2)
68
if (logLevel == LogLevel.Critical &&
ThrowOnCriticalErrors
&& !exceptionIsIgnored)
74
if (logLevel == LogLevel.Critical &&
ThrowOnCriticalErrors
&& !exceptionIsIgnored)
src\Servers\Kestrel\shared\test\TestApplicationErrorLoggerLoggedTest.cs (1)
22
get => TestApplicationErrorLogger.
ThrowOnCriticalErrors
;