1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\BatchedJoinBlock.cs (1)
229_sourceDebuggingInformation = batchedJoinBlock._source.GetDebuggingInformation();
6 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (6)
Blocks\BatchedJoinBlock.cs (6)
233public IEnumerable<Tuple<IList<T1>, IList<T2>>> OutputQueue { get { return _sourceDebuggingInformation.OutputQueue; } } 247public Task? TaskForOutputProcessing { get { return _sourceDebuggingInformation.TaskForOutputProcessing; } } 250public GroupingDataflowBlockOptions DataflowBlockOptions { get { return (GroupingDataflowBlockOptions)_sourceDebuggingInformation.DataflowBlockOptions; } } 252public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 257public TargetRegistry<Tuple<IList<T1>, IList<T2>>> LinkedTargets { get { return _sourceDebuggingInformation.LinkedTargets; } } 259public ITargetBlock<Tuple<IList<T1>, IList<T2>>>? NextMessageReservedFor { get { return _sourceDebuggingInformation.NextMessageReservedFor; } }