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