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