1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
213_sourceDebuggingInformation = joinBlock._source.GetDebuggingInformation();
6 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (6)
Blocks\JoinBlock.cs (6)
217public IEnumerable<Tuple<T1, T2>> OutputQueue { get { return _sourceDebuggingInformation.OutputQueue; } } 224public Task? TaskForOutputProcessing { get { return _sourceDebuggingInformation.TaskForOutputProcessing; } } 227public GroupingDataflowBlockOptions DataflowBlockOptions { get { return (GroupingDataflowBlockOptions)_sourceDebuggingInformation.DataflowBlockOptions; } } 231public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 241public TargetRegistry<Tuple<T1, T2>> LinkedTargets { get { return _sourceDebuggingInformation.LinkedTargets; } } 243public ITargetBlock<Tuple<T1, T2>>? NextMessageReservedFor { get { return _sourceDebuggingInformation.NextMessageReservedFor; } }