1 write to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (1)
Blocks\BufferBlock.cs (1)
444_sourceDebuggingInformation = bufferBlock._source.GetDebuggingInformation();
6 references to _sourceDebuggingInformation
System.Threading.Tasks.Dataflow (6)
Blocks\BufferBlock.cs (6)
453public IEnumerable<T> Queue { get { return _sourceDebuggingInformation.OutputQueue; } } 458public Task? TaskForOutputProcessing { get { return _sourceDebuggingInformation.TaskForOutputProcessing; } } 461public DataflowBlockOptions DataflowBlockOptions { get { return _sourceDebuggingInformation.DataflowBlockOptions; } } 466public bool IsCompleted { get { return _sourceDebuggingInformation.IsCompleted; } } 471public TargetRegistry<T> LinkedTargets { get { return _sourceDebuggingInformation.LinkedTargets; } } 473public ITargetBlock<T>? NextMessageReservedFor { get { return _sourceDebuggingInformation.NextMessageReservedFor; } }