3 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (3)
Blocks\JoinBlock.cs (3)
746_decliningPermanently = true; 797_decliningPermanently = true; 931_decliningPermanently = true;
5 references to _decliningPermanently
System.Threading.Tasks.Dataflow (5)
Blocks\JoinBlock.cs (5)
549return _decliningPermanently; 711if (_decliningPermanently || _sharedResources._decliningPermanently || 835if (_decliningPermanently || _sharedResources._decliningPermanently) 902if (exception != null && ((!_decliningPermanently && !_sharedResources._decliningPermanently) || releaseReservedMessages)) 984public bool IsDecliningPermanently { get { return _joinBlockTarget._decliningPermanently || _joinBlockTarget._sharedResources._decliningPermanently; } }