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)
428
public IEnumerable<TOutput> OutputQueue { get { return
_sourceDebuggingInformation
.OutputQueue; } }
433
public Task? TaskForOutputProcessing { get { return
_sourceDebuggingInformation
.TaskForOutputProcessing; } }
440
public bool IsCompleted { get { return
_sourceDebuggingInformation
.IsCompleted; } }
445
public TargetRegistry<TOutput> LinkedTargets { get { return
_sourceDebuggingInformation
.LinkedTargets; } }
447
public ITargetBlock<TOutput>? NextMessageReservedFor { get { return
_sourceDebuggingInformation
.NextMessageReservedFor; } }