3 references to InputCount
System.Threading.Tasks.Dataflow (3)
Blocks\ActionBlock.cs (1)
300get { return _defaultTarget != null ? _defaultTarget.InputCount : _spscTarget!.InputCount; }
Blocks\TransformBlock.cs (1)
365public int InputCount { get { return _target.InputCount; } }
Blocks\TransformManyBlock.cs (1)
571public int InputCount { get { return _target.InputCount; } }