2 references to IgnoredExceptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (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;