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)
637public IEnumerable<TOutput> OutputQueue { get { return _sourceDebuggingInformation.OutputQueue; } } 642public Task? TaskForOutputProcessing { get { return _sourceDebuggingInformation.TaskForOutputProcessing; } } 649public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 654public TargetRegistry<TOutput> LinkedTargets { get { return _sourceDebuggingInformation.LinkedTargets; } } 656public ITargetBlock<TOutput>? NextMessageReservedFor { get { return _sourceDebuggingInformation.NextMessageReservedFor; } }