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