2 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (2)
Blocks\JoinBlock.cs (2)
757
if (allAreDecliningPermanently) _sharedResources.
_decliningPermanently
= true;
1343
_decliningPermanently
= true;
11 references to _decliningPermanently
System.Threading.Tasks.Dataflow (11)
Blocks\JoinBlock.cs (11)
156
if (!_sharedResources.
_decliningPermanently
) _sharedResources._exceptionAction(exception);
229
public bool IsDecliningPermanently { get { return _joinBlock._sharedResources.
_decliningPermanently
; } }
383
if (!_sharedResources.
_decliningPermanently
) _sharedResources._exceptionAction(exception);
459
public bool IsDecliningPermanently { get { return _joinBlock._sharedResources.
_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
; } }
1123
(
_decliningPermanently
|| target.IsDecliningPermanently || !target.HasAtLeastOnePostponedMessage))
1145
bool targetCanConsumePostponedMessages = !
_decliningPermanently
&& !target.IsDecliningPermanently && target.HasAtLeastOnePostponedMessage;
1318
bool impossibleToCompleteAnotherJoin =
_decliningPermanently
&& !AllTargetsHaveAtLeastOneMessage;