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)
424
public IEnumerable<TInput> InputQueue { get { return
_targetDebuggingInformation
.InputQueue; } }
426
public QueuedMap<ISourceBlock<TInput>, DataflowMessageHeader>? PostponedMessages { get { return
_targetDebuggingInformation
.PostponedMessages; } }
431
public int CurrentDegreeOfParallelism { get { return
_targetDebuggingInformation
.CurrentDegreeOfParallelism; } }
436
public ExecutionDataflowBlockOptions DataflowBlockOptions { get { return
_targetDebuggingInformation
.DataflowBlockOptions; } }
438
public bool IsDecliningPermanently { get { return
_targetDebuggingInformation
.IsDecliningPermanently; } }