2 writes to AllowSynchronousIO
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\RequestContext.cs (1)
26
AllowSynchronousIO
= server.Options.AllowSynchronousIO;
RequestProcessing\RequestContext.FeatureCollection.cs (1)
582
set =>
AllowSynchronousIO
= value;
4 references to AllowSynchronousIO
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
581
get =>
AllowSynchronousIO
;
RequestProcessing\RequestStream.cs (1)
101
if (!RequestContext.
AllowSynchronousIO
)
RequestProcessing\ResponseBody.cs (2)
93
if (!RequestContext.
AllowSynchronousIO
)
523
if (!RequestContext.
AllowSynchronousIO
)