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)
430
public IEnumerable<TInput> InputQueue { get { return
_targetDebuggingInformation
.InputQueue; } }
432
public QueuedMap<ISourceBlock<TInput>, DataflowMessageHeader>? PostponedMessages { get { return
_targetDebuggingInformation
.PostponedMessages; } }
437
public int CurrentDegreeOfParallelism { get { return
_targetDebuggingInformation
.CurrentDegreeOfParallelism; } }
442
public ExecutionDataflowBlockOptions DataflowBlockOptions { get { return
_targetDebuggingInformation
.DataflowBlockOptions; } }
444
public bool IsDecliningPermanently { get { return
_targetDebuggingInformation
.IsDecliningPermanently; } }