1 write to _exceptionAction
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
1038
_exceptionAction
= exceptionAction;
9 references to _exceptionAction
System.Threading.Tasks.Dataflow (9)
Blocks\JoinBlock.cs (9)
146
Debug.Assert(_sharedResources.
_exceptionAction
!= null, "_sharedResources._exceptionAction not initialized");
150
if (!_sharedResources._decliningPermanently) _sharedResources.
_exceptionAction
(exception);
367
Debug.Assert(_sharedResources.
_exceptionAction
!= null, "_sharedResources._exceptionAction not initialized");
371
if (!_sharedResources._decliningPermanently) _sharedResources.
_exceptionAction
(exception);
655
_sharedResources.
_exceptionAction
(new InvalidOperationException(SR.InvalidOperation_FailedToConsumeReservedMessage));
803
_sharedResources.
_exceptionAction
(exc);
892
_sharedResources.
_exceptionAction
(exception);
911
catch (Exception e) { _sharedResources.
_exceptionAction
(e); }
1288
_exceptionAction
(exception);