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)
520readerScheduler: context.ServiceContext.Scheduler,
Internal\Http\HttpProtocol.cs (1)
511ServiceContext.Scheduler.Schedule(state => ((HttpProtocol)state!).CancelRequestAbortedTokenCallback(), this);
Internal\Http2\Http2Connection.cs (2)
191_scheduleInline = context.ServiceContext.Scheduler == PipeScheduler.Inline; 1843readerScheduler: _context.ServiceContext.Scheduler,
Internal\Http2\Http2FrameWriter.cs (1)
133_scheduleInline = serviceContext.Scheduler == PipeScheduler.Inline;
Internal\Http2\Http2OutputProducer.cs (1)
66var scheduleInline = context.ServiceContext.Scheduler == PipeScheduler.Inline;
Internal\Http2\Http2Stream.cs (1)
650readerScheduler: ServiceContext.Scheduler,
Internal\Http3\Http3Stream.cs (1)
1186readerScheduler: ServiceContext.Scheduler,