3 references to IsDecliningPermanently
System.Threading.Tasks.Dataflow (3)
Blocks\ActionBlock.cs (1)
364
get { return _defaultDebugInfo != null ? _defaultDebugInfo.
IsDecliningPermanently
: _spscDebugInfo!.IsDecliningPermanently; }
Blocks\TransformBlock.cs (1)
438
public bool IsDecliningPermanently { get { return _targetDebuggingInformation.
IsDecliningPermanently
; } }
Blocks\TransformManyBlock.cs (1)
647
public bool IsDecliningPermanently { get { return _targetDebuggingInformation.
IsDecliningPermanently
; } }