1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\BufferBlock.cs (1)
450_sourceDebuggingInformation = bufferBlock._source.GetDebuggingInformation();
6 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (6)
Blocks\BufferBlock.cs (6)
459public IEnumerable<T> Queue { get { return _sourceDebuggingInformation.OutputQueue; } } 464public Task? TaskForOutputProcessing { get { return _sourceDebuggingInformation.TaskForOutputProcessing; } } 467public DataflowBlockOptions DataflowBlockOptions { get { return _sourceDebuggingInformation.DataflowBlockOptions; } } 472public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 477public TargetRegistry<T> LinkedTargets { get { return _sourceDebuggingInformation.LinkedTargets; } } 479public ITargetBlock<T>? NextMessageReservedFor { get { return _sourceDebuggingInformation.NextMessageReservedFor; } }