2 writes to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
52PreserveExecutionContext = options.PreserveExecutionContext;
Microsoft.AspNetCore.TestHost.Tests (1)
TestClientTests.cs (1)
929PreserveExecutionContext = true
5 references to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (4)
TestServer.cs (4)
156PreserveExecutionContext = PreserveExecutionContext 168PreserveExecutionContext = PreserveExecutionContext 190return new WebSocketClient(pathBase, Application) { AllowSynchronousIO = AllowSynchronousIO, PreserveExecutionContext = PreserveExecutionContext }; 211var builder = new HttpContextBuilder(Application, AllowSynchronousIO, PreserveExecutionContext);
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
386Assert.True(testServer.PreserveExecutionContext);