1 write to _decliningPermanently
System.Threading.Tasks.Dataflow (1)
Blocks\BatchedJoinBlock.cs (1)
698
_decliningPermanently
= true;
5 references to _decliningPermanently
System.Threading.Tasks.Dataflow (5)
Blocks\BatchedJoinBlock.cs (5)
167
if (!_sharedResources.
_decliningPermanently
) _source.AddException(exception);
421
if (!_sharedResources.
_decliningPermanently
) _source.AddException(exception);
574
_sharedResources.
_decliningPermanently
)
617
if (!_decliningPermanently && !_sharedResources.
_decliningPermanently
) _sharedResources._exceptionAction(exception);
655
_batchedJoinBlockTarget._sharedResources.
_decliningPermanently
;