8 references to OutputQueue
System.Threading.Tasks.Dataflow (8)
Blocks\BatchBlock.cs (1)
211
public IEnumerable<T[]> OutputQueue { get { return _sourceDebuggingInformation.
OutputQueue
; } }
Blocks\BatchedJoinBlock.cs (2)
236
public IEnumerable<Tuple<IList<T1>, IList<T2>>> OutputQueue { get { return _sourceDebuggingInformation.
OutputQueue
; } }
494
public IEnumerable<Tuple<IList<T1>, IList<T2>, IList<T3>>> OutputQueue { get { return _sourceDebuggingInformation.
OutputQueue
; } }
Blocks\BufferBlock.cs (1)
459
public IEnumerable<T> Queue { get { return _sourceDebuggingInformation.
OutputQueue
; } }
Blocks\JoinBlock.cs (2)
217
public IEnumerable<Tuple<T1, T2>> OutputQueue { get { return _sourceDebuggingInformation.
OutputQueue
; } }
447
public IEnumerable<Tuple<T1, T2, T3>> OutputQueue { get { return _sourceDebuggingInformation.
OutputQueue
; } }
Blocks\TransformBlock.cs (1)
434
public IEnumerable<TOutput> OutputQueue { get { return _sourceDebuggingInformation.
OutputQueue
; } }
Blocks\TransformManyBlock.cs (1)
640
public IEnumerable<TOutput> OutputQueue { get { return _sourceDebuggingInformation.
OutputQueue
; } }