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)
434
public IEnumerable<TOutput> OutputQueue { get { return
_sourceDebuggingInformation
.OutputQueue; } }
439
public Task? TaskForOutputProcessing { get { return
_sourceDebuggingInformation
.TaskForOutputProcessing; } }
446
public bool IsCompleted { get { return
_sourceDebuggingInformation
.IsCompleted; } }
451
public TargetRegistry<TOutput> LinkedTargets { get { return
_sourceDebuggingInformation
.LinkedTargets; } }
453
public ITargetBlock<TOutput>? NextMessageReservedFor { get { return
_sourceDebuggingInformation
.NextMessageReservedFor; } }