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