2 writes to PreserveExecutionContext
Microsoft.AspNetCore.TestHost.Tests (2)
TestClientTests.cs (1)
1127o.PreserveExecutionContext = true;
TestServerTests.cs (1)
435options.PreserveExecutionContext = true;
1 reference to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
52PreserveExecutionContext = options.PreserveExecutionContext;