4 references to SynchronousWritesDisallowed
InMemory.FunctionalTests (2)
ResponseTests.cs (2)
3613Assert.Equal(CoreStrings.SynchronousWritesDisallowed, ioEx.Message); 3709Assert.Equal(CoreStrings.SynchronousWritesDisallowed, ioEx.Message);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpResponseStream.cs (2)
53throw new InvalidOperationException(CoreStrings.SynchronousWritesDisallowed); 77throw new InvalidOperationException(CoreStrings.SynchronousWritesDisallowed);