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