16 writes to AllowSynchronousIO
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
46
serverOptions.
AllowSynchronousIO
= true;
InMemory.FunctionalTests (15)
RequestTests.cs (2)
1782
ServerOptions = {
AllowSynchronousIO
= false }
1827
ServerOptions = {
AllowSynchronousIO
= true }
ResponseTests.cs (13)
954
ServerOptions = {
AllowSynchronousIO
= true }
1034
ServerOptions = {
AllowSynchronousIO
= true }
1499
var serviceContext = new TestServiceContext(LoggerFactory) { ServerOptions = {
AllowSynchronousIO
= true } };
1532
var serviceContext = new TestServiceContext(LoggerFactory) { ServerOptions = {
AllowSynchronousIO
= true } };
1563
var serviceContext = new TestServiceContext(LoggerFactory) { ServerOptions = {
AllowSynchronousIO
= true } };
1599
var serviceContext = new TestServiceContext(LoggerFactory) { ServerOptions = {
AllowSynchronousIO
= true } };
1643
var serviceContext = new TestServiceContext(LoggerFactory) { ServerOptions = {
AllowSynchronousIO
= true } };
1897
var serviceContext = new TestServiceContext(LoggerFactory) { ServerOptions = {
AllowSynchronousIO
= true } };
1939
var serviceContext = new TestServiceContext(LoggerFactory) { ServerOptions = {
AllowSynchronousIO
= true } };
1981
var serviceContext = new TestServiceContext(LoggerFactory) { ServerOptions = {
AllowSynchronousIO
= true } };
2026
var serviceContext = new TestServiceContext(LoggerFactory) { ServerOptions = {
AllowSynchronousIO
= true } };
3662
ServerOptions = {
AllowSynchronousIO
= true }
3697
ServerOptions = {
AllowSynchronousIO
= false }
4 references to AllowSynchronousIO
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
358
AllowSynchronousIO = ServerOptions.
AllowSynchronousIO
;
KestrelServerOptions.cs (2)
339
writer.WritePropertyName(nameof(
AllowSynchronousIO
));
340
writer.WriteBooleanValue(
AllowSynchronousIO
);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
KestrelServerOptionsTests.cs (1)
22
Assert.False(options.
AllowSynchronousIO
);