1 write to _writeChannel
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
150
_writeChannel
= Channel.CreateUnbounded<WriteQueueEntry>(s_channelOptions);
4 references to _writeChannel
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (4)
1190
if (!
_writeChannel
.Writer.TryWrite(writeEntry))
1211
while (await
_writeChannel
.Reader.WaitToReadAsync().ConfigureAwait(false))
1213
while (
_writeChannel
.Reader.TryRead(out WriteQueueEntry? writeEntry))
1862
bool completed =
_writeChannel
.Writer.TryComplete();