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)
208public IEnumerable<T[]> OutputQueue { get { return _sourceDebuggingInformation.OutputQueue; } } 215public Task? TaskForOutputProcessing { get { return _sourceDebuggingInformation.TaskForOutputProcessing; } } 224public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 231public TargetRegistry<T[]> LinkedTargets { get { return _sourceDebuggingInformation.LinkedTargets; } } 233public ITargetBlock<T[]>? NextMessageReservedFor { get { return _sourceDebuggingInformation.NextMessageReservedFor; } }