1 write to _decliningPermanently
System.Threading.Tasks.Dataflow (1)
Blocks\BatchedJoinBlock.cs (1)
707
_decliningPermanently
= true;
5 references to _decliningPermanently
System.Threading.Tasks.Dataflow (5)
Blocks\BatchedJoinBlock.cs (5)
170
if (!_sharedResources.
_decliningPermanently
) _source.AddException(exception);
427
if (!_sharedResources.
_decliningPermanently
) _source.AddException(exception);
580
_sharedResources.
_decliningPermanently
)
626
if (!_decliningPermanently && !_sharedResources.
_decliningPermanently
) _sharedResources._exceptionAction(exception);
664
_batchedJoinBlockTarget._sharedResources.
_decliningPermanently
;