1 write to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
55PreserveExecutionContext = options.PreserveExecutionContext;
5 references to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (4)
TestServer.cs (4)
162PreserveExecutionContext = PreserveExecutionContext 174PreserveExecutionContext = PreserveExecutionContext 196return new WebSocketClient(pathBase, Application) { AllowSynchronousIO = AllowSynchronousIO, PreserveExecutionContext = PreserveExecutionContext }; 217var builder = new HttpContextBuilder(Application, AllowSynchronousIO, PreserveExecutionContext);
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
468Assert.True(testServer.PreserveExecutionContext);