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