3 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (3)
Blocks\JoinBlock.cs (3)
734_decliningPermanently = true; 785_decliningPermanently = true; 919_decliningPermanently = true;
5 references to _decliningPermanently
System.Threading.Tasks.Dataflow (5)
Blocks\JoinBlock.cs (5)
537return _decliningPermanently; 699if (_decliningPermanently || _sharedResources._decliningPermanently || 823if (_decliningPermanently || _sharedResources._decliningPermanently) 890if (exception != null && ((!_decliningPermanently && !_sharedResources._decliningPermanently) || releaseReservedMessages)) 969public bool IsDecliningPermanently { get { return _joinBlockTarget._decliningPermanently || _joinBlockTarget._sharedResources._decliningPermanently; } }