1 write to AllowSynchronousIO
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
54AllowSynchronousIO = options.AllowSynchronousIO;
4 references to AllowSynchronousIO
Microsoft.AspNetCore.TestHost (4)
TestServer.cs (4)
161AllowSynchronousIO = AllowSynchronousIO, 173AllowSynchronousIO = AllowSynchronousIO, 196return new WebSocketClient(pathBase, Application) { AllowSynchronousIO = AllowSynchronousIO, PreserveExecutionContext = PreserveExecutionContext }; 217var builder = new HttpContextBuilder(Application, AllowSynchronousIO, PreserveExecutionContext);