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)
549
return
_decliningPermanently
;
711
if (
_decliningPermanently
|| _sharedResources._decliningPermanently ||
835
if (
_decliningPermanently
|| _sharedResources._decliningPermanently)
902
if (exception != null && ((!
_decliningPermanently
&& !_sharedResources._decliningPermanently) || releaseReservedMessages))
984
public bool IsDecliningPermanently { get { return _joinBlockTarget.
_decliningPermanently
|| _joinBlockTarget._sharedResources._decliningPermanently; } }