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