1 type derived from WriteQueueEntry
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1170private 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); 1154bool canceled = ((WriteQueueEntry)s!).TrySetCanceled(cancellationToken); 1190WriteQueueEntry writeEntry = new WriteQueueEntry<T>(writeBytes, state, writeAction, cancellationToken); 1215while (_writeChannel.Reader.TryRead(out WriteQueueEntry? writeEntry))