2 references to InputCount
System.Threading.Tasks.Dataflow (2)
Blocks\ActionBlock.cs (2)
300
get { return _defaultTarget != null ? _defaultTarget.InputCount : _spscTarget!.
InputCount
; }
306
get { return _defaultTarget != null ? _defaultTarget.GetDebuggingInformation().InputCount : _spscTarget!.
InputCount
; }