8 references to OutputCount
System.Threading.Tasks.Dataflow (8)
Blocks\BatchBlock.cs (1)
139
public int OutputCount { get { return _source.
OutputCount
; } }
Blocks\BatchedJoinBlock.cs (2)
141
public int OutputCount { get { return _source.
OutputCount
; } }
396
public int OutputCount { get { return _source.
OutputCount
; } }
Blocks\BufferBlock.cs (1)
198
public int Count { get { return _source.
OutputCount
; } }
Blocks\JoinBlock.cs (2)
128
public int OutputCount { get { return _source.
OutputCount
; } }
353
public int OutputCount { get { return _source.
OutputCount
; } }
Blocks\TransformBlock.cs (1)
368
public int OutputCount { get { return _source.
OutputCount
; } }
Blocks\TransformManyBlock.cs (1)
574
public int OutputCount { get { return _source.
OutputCount
; } }