1 write to AllowSynchronousIO
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
46
serverOptions.
AllowSynchronousIO
= true;
4 references to AllowSynchronousIO
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
359
AllowSynchronousIO = ServerOptions.
AllowSynchronousIO
;
KestrelServerOptions.cs (2)
335
writer.WritePropertyName(nameof(
AllowSynchronousIO
));
336
writer.WriteBooleanValue(
AllowSynchronousIO
);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
KestrelServerOptionsTests.cs (1)
22
Assert.False(options.
AllowSynchronousIO
);