1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\TransformBlock.cs (1)
420_sourceDebuggingInformation = transformBlock._source.GetDebuggingInformation();
5 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (5)
Blocks\TransformBlock.cs (5)
428public IEnumerable<TOutput> OutputQueue { get { return _sourceDebuggingInformation.OutputQueue; } } 433public Task? TaskForOutputProcessing { get { return _sourceDebuggingInformation.TaskForOutputProcessing; } } 440public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 445public TargetRegistry<TOutput> LinkedTargets { get { return _sourceDebuggingInformation.LinkedTargets; } } 447public ITargetBlock<TOutput>? NextMessageReservedFor { get { return _sourceDebuggingInformation.NextMessageReservedFor; } }