2 references to IgnoredExceptions
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (1)
66
var exceptionIsIgnored =
IgnoredExceptions
.Contains(exception?.GetType());
src\Servers\Kestrel\shared\test\TestApplicationErrorLoggerLoggedTest.cs (1)
32
public List<Type> IgnoredCriticalLogExceptions => TestApplicationErrorLogger.
IgnoredExceptions
;