11 references to Inline
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (1)
552writerScheduler: PipeScheduler.Inline,
Internal\Http2\Http2Connection.cs (2)
195_scheduleInline = context.ServiceContext.Scheduler == PipeScheduler.Inline; 1884writerScheduler: PipeScheduler.Inline,
Internal\Http2\Http2FrameWriter.cs (1)
133_scheduleInline = serviceContext.Scheduler == PipeScheduler.Inline;
Internal\Http2\Http2OutputProducer.cs (2)
66var scheduleInline = context.ServiceContext.Scheduler == PipeScheduler.Inline; 766readerScheduler: PipeScheduler.Inline,
Internal\Http2\Http2Stream.cs (1)
650writerScheduler: PipeScheduler.Inline,
Internal\Http3\Http3OutputProducer.cs (1)
479readerScheduler: PipeScheduler.Inline,
Internal\Http3\Http3Stream.cs (1)
1243writerScheduler: PipeScheduler.Inline,
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
60var inputOptions = new PipeOptions(MemoryPool, PipeScheduler.ThreadPool, PipeScheduler.Inline, maxReadBufferSize, maxReadBufferSize / 2, useSynchronizationContext: false); 61var outputOptions = new PipeOptions(MemoryPool, PipeScheduler.Inline, PipeScheduler.ThreadPool, maxWriteBufferSize, maxWriteBufferSize / 2, useSynchronizationContext: false);