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