1 write to Scheduler
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
98
Scheduler
= PipeScheduler.ThreadPool,
8 references to Scheduler
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (1)
520
readerScheduler: context.ServiceContext.
Scheduler
,
Internal\Http\HttpProtocol.cs (1)
511
ServiceContext.
Scheduler
.Schedule(state => ((HttpProtocol)state!).CancelRequestAbortedTokenCallback(), this);
Internal\Http2\Http2Connection.cs (2)
191
_scheduleInline = context.ServiceContext.
Scheduler
== PipeScheduler.Inline;
1843
readerScheduler: _context.ServiceContext.
Scheduler
,
Internal\Http2\Http2FrameWriter.cs (1)
133
_scheduleInline = serviceContext.
Scheduler
== PipeScheduler.Inline;
Internal\Http2\Http2OutputProducer.cs (1)
66
var scheduleInline = context.ServiceContext.
Scheduler
== PipeScheduler.Inline;
Internal\Http2\Http2Stream.cs (1)
650
readerScheduler: ServiceContext.
Scheduler
,
Internal\Http3\Http3Stream.cs (1)
1186
readerScheduler: ServiceContext.
Scheduler
,