1 write to _targetDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\TransformManyBlock.cs (1)
628_targetDebuggingInformation = transformManyBlock._target.GetDebuggingInformation();
5 references to _targetDebuggingInformation
System.Threading.Tasks.Dataflow (5)
Blocks\TransformManyBlock.cs (5)
633public IEnumerable<TInput> InputQueue { get { return _targetDebuggingInformation.InputQueue; } } 635public QueuedMap<ISourceBlock<TInput>, DataflowMessageHeader>? PostponedMessages { get { return _targetDebuggingInformation.PostponedMessages; } } 640public int CurrentDegreeOfParallelism { get { return _targetDebuggingInformation.CurrentDegreeOfParallelism; } } 645public ExecutionDataflowBlockOptions DataflowBlockOptions { get { return _targetDebuggingInformation.DataflowBlockOptions; } } 647public bool IsDecliningPermanently { get { return _targetDebuggingInformation.IsDecliningPermanently; } }