2 writes to AllowSynchronousIO
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
352AllowSynchronousIO = ServerOptions.AllowSynchronousIO;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
195set => AllowSynchronousIO = value;
1 reference to AllowSynchronousIO
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
194get => AllowSynchronousIO;