1 write to _exceptionAction
System.Threading.Tasks.Dataflow (1)
Blocks\JoinBlock.cs (1)
1053
_exceptionAction
= exceptionAction;
9 references to _exceptionAction
System.Threading.Tasks.Dataflow (9)
Blocks\JoinBlock.cs (9)
152
Debug.Assert(_sharedResources.
_exceptionAction
!= null, "_sharedResources._exceptionAction not initialized");
156
if (!_sharedResources._decliningPermanently) _sharedResources.
_exceptionAction
(exception);
379
Debug.Assert(_sharedResources.
_exceptionAction
!= null, "_sharedResources._exceptionAction not initialized");
383
if (!_sharedResources._decliningPermanently) _sharedResources.
_exceptionAction
(exception);
667
_sharedResources.
_exceptionAction
(new InvalidOperationException(SR.InvalidOperation_FailedToConsumeReservedMessage));
815
_sharedResources.
_exceptionAction
(exc);
904
_sharedResources.
_exceptionAction
(exception);
923
catch (Exception e) { _sharedResources.
_exceptionAction
(e); }
1303
_exceptionAction
(exception);