1 write to _defaultDebugInfo
System.Threading.Tasks.Dataflow (1)
Blocks\ActionBlock.cs (1)
340_defaultDebugInfo = actionBlock._defaultTarget!.GetDebuggingInformation();
11 references to _defaultDebugInfo
System.Threading.Tasks.Dataflow (11)
Blocks\ActionBlock.cs (11)
351get { return _defaultDebugInfo != null ? _defaultDebugInfo.InputQueue : _spscDebugInfo!.InputQueue; } 356get { return _defaultDebugInfo?.PostponedMessages; } 362get { return _defaultDebugInfo != null ? _defaultDebugInfo.CurrentDegreeOfParallelism : _spscDebugInfo!.CurrentDegreeOfParallelism; } 368get { return _defaultDebugInfo != null ? _defaultDebugInfo.DataflowBlockOptions : _spscDebugInfo!.DataflowBlockOptions; } 373get { return _defaultDebugInfo != null ? _defaultDebugInfo.IsDecliningPermanently : _spscDebugInfo!.IsDecliningPermanently; } 378get { return _defaultDebugInfo != null ? _defaultDebugInfo.IsCompleted : _spscDebugInfo!.IsCompleted; }