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)
459
public IEnumerable<T> Queue { get { return
_sourceDebuggingInformation
.OutputQueue; } }
464
public Task? TaskForOutputProcessing { get { return
_sourceDebuggingInformation
.TaskForOutputProcessing; } }
467
public DataflowBlockOptions DataflowBlockOptions { get { return
_sourceDebuggingInformation
.DataflowBlockOptions; } }
472
public bool IsCompleted { get { return
_sourceDebuggingInformation
.IsCompleted; } }
477
public TargetRegistry<T> LinkedTargets { get { return
_sourceDebuggingInformation
.LinkedTargets; } }
479
public ITargetBlock<T>? NextMessageReservedFor { get { return
_sourceDebuggingInformation
.NextMessageReservedFor; } }