4 writes to _exceptions
System.Threading.Tasks.Dataflow (4)
Blocks\BroadcastBlock.cs (4)
979
_exceptions
= null;
1154
(Volatile.Read(ref
_exceptions
) != null && _decliningPermanently);
1166
Common.AddException(ref
_exceptions
, exception);
1180
Common.AddException(ref
_exceptions
, exception);
1 reference to _exceptions
System.Threading.Tasks.Dataflow (1)
Blocks\BroadcastBlock.cs (1)
978
exceptions =
_exceptions
;