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