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