1 write to _targetDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\BatchBlock.cs (1)
204_targetDebuggingInformation = batchBlock._target.GetDebuggingInformation();
6 references to _targetDebuggingInformation
System.Threading.Tasks.Dataflow (6)
Blocks\BatchBlock.cs (6)
209public IEnumerable<T> InputQueue { get { return _targetDebuggingInformation.InputQueue; } } 213public long BatchesCompleted { get { return _targetDebuggingInformation.NumberOfBatchesCompleted; } } 216public Task? TaskForInputProcessing { get { return _targetDebuggingInformation.TaskForInputProcessing; } } 221public GroupingDataflowBlockOptions DataflowBlockOptions { get { return _targetDebuggingInformation.DataflowBlockOptions; } } 225public bool IsDecliningPermanently { get { return _targetDebuggingInformation.IsDecliningPermanently; } } 232public QueuedMap<ISourceBlock<T>, DataflowMessageHeader>? PostponedMessages { get { return _targetDebuggingInformation.PostponedMessages; } }