6 writes to ThrowOnCriticalErrors
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (6)
KestrelServerTests.cs (4)
49
var testLogger = new TestApplicationErrorLogger {
ThrowOnCriticalErrors
= false };
120
var testLogger = new TestApplicationErrorLogger {
ThrowOnCriticalErrors
= false };
220
var testLogger = new TestApplicationErrorLogger {
ThrowOnCriticalErrors
= false };
246
var testLogger = new TestApplicationErrorLogger {
ThrowOnCriticalErrors
= false };
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
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (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
;