1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\TransformManyBlock.cs (1)
632
_sourceDebuggingInformation
= transformManyBlock._source.GetDebuggingInformation();
5 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (5)
Blocks\TransformManyBlock.cs (5)
640
public IEnumerable<TOutput> OutputQueue { get { return
_sourceDebuggingInformation
.OutputQueue; } }
645
public Task? TaskForOutputProcessing { get { return
_sourceDebuggingInformation
.TaskForOutputProcessing; } }
652
public bool IsCompleted { get { return
_sourceDebuggingInformation
.IsCompleted; } }
657
public TargetRegistry<TOutput> LinkedTargets { get { return
_sourceDebuggingInformation
.LinkedTargets; } }
659
public ITargetBlock<TOutput>? NextMessageReservedFor { get { return
_sourceDebuggingInformation
.NextMessageReservedFor; } }