2 writes to ThrowOnCriticalErrors
Sockets.FunctionalTests (2)
src\Servers\Kestrel\shared\test\KestrelTestLoggerProvider.cs (1)
13: this(new TestApplicationErrorLogger { ThrowOnCriticalErrors = throwOnCriticalErrors })
src\Servers\Kestrel\shared\test\TestApplicationErrorLoggerLoggedTest.cs (1)
23set => TestApplicationErrorLogger.ThrowOnCriticalErrors = value;
3 references to ThrowOnCriticalErrors
Sockets.FunctionalTests (3)
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (2)
68if (logLevel == LogLevel.Critical && ThrowOnCriticalErrors && !exceptionIsIgnored) 74if (logLevel == LogLevel.Critical && ThrowOnCriticalErrors && !exceptionIsIgnored)
src\Servers\Kestrel\shared\test\TestApplicationErrorLoggerLoggedTest.cs (1)
22get => TestApplicationErrorLogger.ThrowOnCriticalErrors;