1 write to _targetDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\TransformBlock.cs (1)
425_targetDebuggingInformation = transformBlock._target.GetDebuggingInformation();
5 references to _targetDebuggingInformation
System.Threading.Tasks.Dataflow (5)
Blocks\TransformBlock.cs (5)
430public IEnumerable<TInput> InputQueue { get { return _targetDebuggingInformation.InputQueue; } } 432public QueuedMap<ISourceBlock<TInput>, DataflowMessageHeader>? PostponedMessages { get { return _targetDebuggingInformation.PostponedMessages; } } 437public int CurrentDegreeOfParallelism { get { return _targetDebuggingInformation.CurrentDegreeOfParallelism; } } 442public ExecutionDataflowBlockOptions DataflowBlockOptions { get { return _targetDebuggingInformation.DataflowBlockOptions; } } 444public bool IsDecliningPermanently { get { return _targetDebuggingInformation.IsDecliningPermanently; } }