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)
453
public IEnumerable<T> Queue { get { return
_sourceDebuggingInformation
.OutputQueue; } }
458
public Task? TaskForOutputProcessing { get { return
_sourceDebuggingInformation
.TaskForOutputProcessing; } }
461
public DataflowBlockOptions DataflowBlockOptions { get { return
_sourceDebuggingInformation
.DataflowBlockOptions; } }
466
public bool IsCompleted { get { return
_sourceDebuggingInformation
.IsCompleted; } }
471
public TargetRegistry<T> LinkedTargets { get { return
_sourceDebuggingInformation
.LinkedTargets; } }
473
public ITargetBlock<T>? NextMessageReservedFor { get { return
_sourceDebuggingInformation
.NextMessageReservedFor; } }