1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\BatchBlock.cs (1)
202
_sourceDebuggingInformation
= batchBlock._source.GetDebuggingInformation();
5 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (5)
Blocks\BatchBlock.cs (5)
208
public IEnumerable<T[]> OutputQueue { get { return
_sourceDebuggingInformation
.OutputQueue; } }
215
public Task? TaskForOutputProcessing { get { return
_sourceDebuggingInformation
.TaskForOutputProcessing; } }
224
public bool IsCompleted { get { return
_sourceDebuggingInformation
.IsCompleted; } }
231
public TargetRegistry<T[]> LinkedTargets { get { return
_sourceDebuggingInformation
.LinkedTargets; } }
233
public ITargetBlock<T[]>? NextMessageReservedFor { get { return
_sourceDebuggingInformation
.NextMessageReservedFor; } }