8 references to OutputCount
System.Threading.Tasks.Dataflow (8)
Blocks\BatchBlock.cs (1)
136
public int OutputCount { get { return _source.
OutputCount
; } }
Blocks\BatchedJoinBlock.cs (2)
141
public int OutputCount { get { return _source.
OutputCount
; } }
393
public int OutputCount { get { return _source.
OutputCount
; } }
Blocks\BufferBlock.cs (1)
192
public int Count { get { return _source.
OutputCount
; } }
Blocks\JoinBlock.cs (2)
125
public int OutputCount { get { return _source.
OutputCount
; } }
344
public int OutputCount { get { return _source.
OutputCount
; } }
Blocks\TransformBlock.cs (1)
362
public int OutputCount { get { return _source.
OutputCount
; } }
Blocks\TransformManyBlock.cs (1)
571
public int OutputCount { get { return _source.
OutputCount
; } }