1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\TransformBlock.cs (1)
426_sourceDebuggingInformation = transformBlock._source.GetDebuggingInformation();
5 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (5)
Blocks\TransformBlock.cs (5)
434public IEnumerable<TOutput> OutputQueue { get { return _sourceDebuggingInformation.OutputQueue; } } 439public Task? TaskForOutputProcessing { get { return _sourceDebuggingInformation.TaskForOutputProcessing; } } 446public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 451public TargetRegistry<TOutput> LinkedTargets { get { return _sourceDebuggingInformation.LinkedTargets; } } 453public ITargetBlock<TOutput>? NextMessageReservedFor { get { return _sourceDebuggingInformation.NextMessageReservedFor; } }