1 write to ThrowOnCriticalErrors
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\KestrelTestLoggerProvider.cs (1)
13: this(new TestApplicationErrorLogger { ThrowOnCriticalErrors = throwOnCriticalErrors })
2 references to ThrowOnCriticalErrors
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (2)
68if (logLevel == LogLevel.Critical && ThrowOnCriticalErrors && !exceptionIsIgnored) 74if (logLevel == LogLevel.Critical && ThrowOnCriticalErrors && !exceptionIsIgnored)