1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\BatchBlock.cs (1)
205
_sourceDebuggingInformation
= batchBlock._source.GetDebuggingInformation();
5 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (5)
Blocks\BatchBlock.cs (5)
211
public IEnumerable<T[]> OutputQueue { get { return
_sourceDebuggingInformation
.OutputQueue; } }
218
public Task? TaskForOutputProcessing { get { return
_sourceDebuggingInformation
.TaskForOutputProcessing; } }
227
public bool IsCompleted { get { return
_sourceDebuggingInformation
.IsCompleted; } }
234
public TargetRegistry<T[]> LinkedTargets { get { return
_sourceDebuggingInformation
.LinkedTargets; } }
236
public ITargetBlock<T[]>? NextMessageReservedFor { get { return
_sourceDebuggingInformation
.NextMessageReservedFor; } }