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