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