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)
1176
if (!
_writeChannel
.Writer.TryWrite(writeEntry))
1197
while (await
_writeChannel
.Reader.WaitToReadAsync().ConfigureAwait(false))
1199
while (
_writeChannel
.Reader.TryRead(out WriteQueueEntry? writeEntry))
1848
bool completed =
_writeChannel
.Writer.TryComplete();