5 writes to AllowSynchronousIO
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (5)
Listener\ResponseBodyTests.cs (5)
58server.Options.AllowSynchronousIO = true; 84server.Options.AllowSynchronousIO = true; 237server.Options.AllowSynchronousIO = true; 312server.Options.AllowSynchronousIO = true; 443server.Options.AllowSynchronousIO = true;
2 references to AllowSynchronousIO
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.cs (1)
27AllowSynchronousIO = server.Options.AllowSynchronousIO;
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
Listener\RequestBodyTests.cs (1)
27Assert.False(server.Options.AllowSynchronousIO);