3 references to InputQueue
System.Threading.Tasks.Dataflow (3)
Blocks\ActionBlock.cs (1)
351get { return _defaultDebugInfo != null ? _defaultDebugInfo.InputQueue : _spscDebugInfo!.InputQueue; }
Blocks\TransformBlock.cs (1)
430public IEnumerable<TInput> InputQueue { get { return _targetDebuggingInformation.InputQueue; } }
Blocks\TransformManyBlock.cs (1)
636public IEnumerable<TInput> InputQueue { get { return _targetDebuggingInformation.InputQueue; } }