1 write to AllowSynchronousIO
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
46serverOptions.AllowSynchronousIO = true;
3 references to AllowSynchronousIO
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
376AllowSynchronousIO = ServerOptions.AllowSynchronousIO;
KestrelServerOptions.cs (2)
339writer.WritePropertyName(nameof(AllowSynchronousIO)); 340writer.WriteBooleanValue(AllowSynchronousIO);