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