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