1 type derived from WriteQueueEntry
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1154
private sealed class WriteQueueEntry<T> :
WriteQueueEntry
5 references to WriteQueueEntry
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (5)
55
private readonly Channel<
WriteQueueEntry
> _writeChannel;
149
_writeChannel = Channel.CreateUnbounded<
WriteQueueEntry
>(s_channelOptions);
1138
bool canceled = ((
WriteQueueEntry
)s!).TrySetCanceled(cancellationToken);
1174
WriteQueueEntry
writeEntry = new WriteQueueEntry<T>(writeBytes, state, writeAction, cancellationToken);
1199
while (_writeChannel.Reader.TryRead(out
WriteQueueEntry
? writeEntry))