1 write to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
190
return new WebSocketClient(pathBase, Application) { AllowSynchronousIO = AllowSynchronousIO,
PreserveExecutionContext
= PreserveExecutionContext };
1 reference to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (1)
WebSocketClient.cs (1)
57
var contextBuilder = new HttpContextBuilder(_application, AllowSynchronousIO,
PreserveExecutionContext
);