4 writes to AllowSynchronousIO
Microsoft.AspNetCore.ResponseCompression.Tests (1)
ResponseCompressionMiddlewareTest.cs (1)
650server.AllowSynchronousIO = true; // needed for synchronous flush
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
51AllowSynchronousIO = options.AllowSynchronousIO;
Microsoft.AspNetCore.TestHost.Tests (2)
ResponseBodyTests.cs (2)
76host.GetTestServer().AllowSynchronousIO = true; 115host.GetTestServer().AllowSynchronousIO = true;
5 references to AllowSynchronousIO
Microsoft.AspNetCore.TestHost (4)
TestServer.cs (4)
155AllowSynchronousIO = AllowSynchronousIO, 167AllowSynchronousIO = AllowSynchronousIO, 190return new WebSocketClient(pathBase, Application) { AllowSynchronousIO = AllowSynchronousIO, PreserveExecutionContext = PreserveExecutionContext }; 211var builder = new HttpContextBuilder(Application, AllowSynchronousIO, PreserveExecutionContext);
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
385Assert.True(testServer.AllowSynchronousIO);