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)
537
return
_decliningPermanently
;
699
if (
_decliningPermanently
|| _sharedResources._decliningPermanently ||
823
if (
_decliningPermanently
|| _sharedResources._decliningPermanently)
890
if (exception != null && ((!
_decliningPermanently
&& !_sharedResources._decliningPermanently) || releaseReservedMessages))
969
public bool IsDecliningPermanently { get { return _joinBlockTarget.
_decliningPermanently
|| _joinBlockTarget._sharedResources._decliningPermanently; } }