1 write to _targetDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\TransformBlock.cs (1)
419_targetDebuggingInformation = transformBlock._target.GetDebuggingInformation();
5 references to _targetDebuggingInformation
System.Threading.Tasks.Dataflow (5)
Blocks\TransformBlock.cs (5)
424public IEnumerable<TInput> InputQueue { get { return _targetDebuggingInformation.InputQueue; } } 426public QueuedMap<ISourceBlock<TInput>, DataflowMessageHeader>? PostponedMessages { get { return _targetDebuggingInformation.PostponedMessages; } } 431public int CurrentDegreeOfParallelism { get { return _targetDebuggingInformation.CurrentDegreeOfParallelism; } } 436public ExecutionDataflowBlockOptions DataflowBlockOptions { get { return _targetDebuggingInformation.DataflowBlockOptions; } } 438public bool IsDecliningPermanently { get { return _targetDebuggingInformation.IsDecliningPermanently; } }