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)
640public IEnumerable<TOutput> OutputQueue { get { return _sourceDebuggingInformation.OutputQueue; } } 645public Task? TaskForOutputProcessing { get { return _sourceDebuggingInformation.TaskForOutputProcessing; } } 652public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 657public TargetRegistry<TOutput> LinkedTargets { get { return _sourceDebuggingInformation.LinkedTargets; } } 659public ITargetBlock<TOutput>? NextMessageReservedFor { get { return _sourceDebuggingInformation.NextMessageReservedFor; } }