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