1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\BatchedJoinBlock.cs (1)
489
_sourceDebuggingInformation
= batchedJoinBlock._source.GetDebuggingInformation();
6 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (6)
Blocks\BatchedJoinBlock.cs (6)
494
public IEnumerable<Tuple<IList<T1>, IList<T2>, IList<T3>>> OutputQueue { get { return
_sourceDebuggingInformation
.OutputQueue; } }
510
public Task? TaskForOutputProcessing { get { return
_sourceDebuggingInformation
.TaskForOutputProcessing; } }
513
public GroupingDataflowBlockOptions DataflowBlockOptions { get { return (GroupingDataflowBlockOptions)
_sourceDebuggingInformation
.DataflowBlockOptions; } }
515
public bool IsCompleted { get { return
_sourceDebuggingInformation
.IsCompleted; } }
520
public TargetRegistry<Tuple<IList<T1>, IList<T2>, IList<T3>>> LinkedTargets { get { return
_sourceDebuggingInformation
.LinkedTargets; } }
522
public ITargetBlock<Tuple<IList<T1>, IList<T2>, IList<T3>>>? NextMessageReservedFor { get { return
_sourceDebuggingInformation
.NextMessageReservedFor; } }