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