2 writes to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
52
PreserveExecutionContext
= options.PreserveExecutionContext;
Microsoft.AspNetCore.TestHost.Tests (1)
TestClientTests.cs (1)
929
PreserveExecutionContext
= true
5 references to PreserveExecutionContext
Microsoft.AspNetCore.TestHost (4)
TestServer.cs (4)
156
PreserveExecutionContext =
PreserveExecutionContext
168
PreserveExecutionContext =
PreserveExecutionContext
190
return new WebSocketClient(pathBase, Application) { AllowSynchronousIO = AllowSynchronousIO, PreserveExecutionContext =
PreserveExecutionContext
};
211
var builder = new HttpContextBuilder(Application, AllowSynchronousIO,
PreserveExecutionContext
);
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
386
Assert.True(testServer.
PreserveExecutionContext
);