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