1 write to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
52PreserveExecutionContext = options.PreserveExecutionContext;
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)
448Assert.True(testServer.PreserveExecutionContext);