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