1 write to _targetDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\TransformManyBlock.cs (1)
631_targetDebuggingInformation = transformManyBlock._target.GetDebuggingInformation();
5 references to _targetDebuggingInformation
System.Threading.Tasks.Dataflow (5)
Blocks\TransformManyBlock.cs (5)
636public IEnumerable<TInput> InputQueue { get { return _targetDebuggingInformation.InputQueue; } } 638public QueuedMap<ISourceBlock<TInput>, DataflowMessageHeader>? PostponedMessages { get { return _targetDebuggingInformation.PostponedMessages; } } 643public int CurrentDegreeOfParallelism { get { return _targetDebuggingInformation.CurrentDegreeOfParallelism; } } 648public ExecutionDataflowBlockOptions DataflowBlockOptions { get { return _targetDebuggingInformation.DataflowBlockOptions; } } 650public bool IsDecliningPermanently { get { return _targetDebuggingInformation.IsDecliningPermanently; } }