1 write to _defaultDebugInfo
System.Threading.Tasks.Dataflow (1)
Blocks\ActionBlock.cs (1)
331_defaultDebugInfo = actionBlock._defaultTarget!.GetDebuggingInformation();
11 references to _defaultDebugInfo
System.Threading.Tasks.Dataflow (11)
Blocks\ActionBlock.cs (11)
342get { return _defaultDebugInfo != null ? _defaultDebugInfo.InputQueue : _spscDebugInfo!.InputQueue; } 347get { return _defaultDebugInfo?.PostponedMessages; } 353get { return _defaultDebugInfo != null ? _defaultDebugInfo.CurrentDegreeOfParallelism : _spscDebugInfo!.CurrentDegreeOfParallelism; } 359get { return _defaultDebugInfo != null ? _defaultDebugInfo.DataflowBlockOptions : _spscDebugInfo!.DataflowBlockOptions; } 364get { return _defaultDebugInfo != null ? _defaultDebugInfo.IsDecliningPermanently : _spscDebugInfo!.IsDecliningPermanently; } 369get { return _defaultDebugInfo != null ? _defaultDebugInfo.IsCompleted : _spscDebugInfo!.IsCompleted; }