2 writes to PreserveExecutionContext
Microsoft.AspNetCore.TestHost.Tests (2)
TestClientTests.cs (1)
1133
o.
PreserveExecutionContext
= true;
TestServerTests.cs (1)
455
options.
PreserveExecutionContext
= true;
1 reference to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
54
PreserveExecutionContext = options.
PreserveExecutionContext
;