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