2 writes to IgnoreWriteExceptions
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
283listener.IgnoreWriteExceptions = true;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
283listener.IgnoreWriteExceptions = true;
1 reference to IgnoreWriteExceptions
System.Net.HttpListener (1)
System\Net\Managed\HttpConnection.cs (1)
230_responseStream = new HttpResponseStream(_stream, _context.Response, listener.IgnoreWriteExceptions);