1 write to Scheduler
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
98Scheduler = PipeScheduler.ThreadPool,
8 references to Scheduler
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (1)
518readerScheduler: context.ServiceContext.Scheduler,
Internal\Http\HttpProtocol.cs (1)
504ServiceContext.Scheduler.Schedule(state => ((HttpProtocol)state!).CancelRequestAbortedTokenCallback(), this);
Internal\Http2\Http2Connection.cs (2)
172_scheduleInline = context.ServiceContext.Scheduler == PipeScheduler.Inline; 1751readerScheduler: _context.ServiceContext.Scheduler,
Internal\Http2\Http2FrameWriter.cs (1)
112_scheduleInline = serviceContext.Scheduler == PipeScheduler.Inline;
Internal\Http2\Http2OutputProducer.cs (1)
59var scheduleInline = context.ServiceContext.Scheduler == PipeScheduler.Inline;
Internal\Http2\Http2Stream.cs (1)
638readerScheduler: ServiceContext.Scheduler,
Internal\Http3\Http3Stream.cs (1)
1175readerScheduler: ServiceContext.Scheduler,