2 writes to AllowSynchronousIO
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestServerWithCustomConfigurationIntegrationTests.cs (1)
37options.AllowSynchronousIO = true;
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
454options.AllowSynchronousIO = true;
1 reference to AllowSynchronousIO
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
54AllowSynchronousIO = options.AllowSynchronousIO;