1 write to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
54PreserveExecutionContext = options.PreserveExecutionContext;
5 references to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (4)
TestServer.cs (4)
161PreserveExecutionContext = PreserveExecutionContext 173PreserveExecutionContext = PreserveExecutionContext 195return new WebSocketClient(pathBase, Application) { AllowSynchronousIO = AllowSynchronousIO, PreserveExecutionContext = PreserveExecutionContext }; 216var builder = new HttpContextBuilder(Application, AllowSynchronousIO, PreserveExecutionContext);
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
468Assert.True(testServer.PreserveExecutionContext);