1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\TransformManyBlock.cs (1)
629
_sourceDebuggingInformation
= transformManyBlock._source.GetDebuggingInformation();
5 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (5)
Blocks\TransformManyBlock.cs (5)
637
public IEnumerable<TOutput> OutputQueue { get { return
_sourceDebuggingInformation
.OutputQueue; } }
642
public Task? TaskForOutputProcessing { get { return
_sourceDebuggingInformation
.TaskForOutputProcessing; } }
649
public bool IsCompleted { get { return
_sourceDebuggingInformation
.IsCompleted; } }
654
public TargetRegistry<TOutput> LinkedTargets { get { return
_sourceDebuggingInformation
.LinkedTargets; } }
656
public ITargetBlock<TOutput>? NextMessageReservedFor { get { return
_sourceDebuggingInformation
.NextMessageReservedFor; } }