2 writes to _decliningPermanently
System.Threading.Tasks.Dataflow (2)
Blocks\JoinBlock.cs (2)
745
if (allAreDecliningPermanently) _sharedResources.
_decliningPermanently
= true;
1328
_decliningPermanently
= true;
11 references to _decliningPermanently
System.Threading.Tasks.Dataflow (11)
Blocks\JoinBlock.cs (11)
150
if (!_sharedResources.
_decliningPermanently
) _sharedResources._exceptionAction(exception);
223
public bool IsDecliningPermanently { get { return _joinBlock._sharedResources.
_decliningPermanently
; } }
371
if (!_sharedResources.
_decliningPermanently
) _sharedResources._exceptionAction(exception);
447
public bool IsDecliningPermanently { get { return _joinBlock._sharedResources.
_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
; } }
1108
(
_decliningPermanently
|| target.IsDecliningPermanently || !target.HasAtLeastOnePostponedMessage))
1130
bool targetCanConsumePostponedMessages = !
_decliningPermanently
&& !target.IsDecliningPermanently && target.HasAtLeastOnePostponedMessage;
1303
bool impossibleToCompleteAnotherJoin =
_decliningPermanently
&& !AllTargetsHaveAtLeastOneMessage;