1 write to _channel
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2FrameWriter.cs (1)
153
_channel
= Channel.CreateBounded<Http2OutputProducer>(new BoundedChannelOptions(maxStreamsPerConnection)
4 references to _channel
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2FrameWriter.cs (4)
166
if (!
_channel
.Writer.TryWrite(producer))
178
while (await
_channel
.Reader.WaitToReadAsync())
182
while (
_channel
.Reader.TryRead(out var producer) && !producer.CompletedResponse)
453
_channel
.Writer.TryComplete();