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