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