5 writes to _exceptions
System.Threading.Tasks.Dataflow (5)
Internal\SourceCore.cs (5)
460Common.AddException(ref _exceptions, exception); 474Common.AddException(ref _exceptions, exception); 487Common.AddException(ref _exceptions, aggregateException, unwrapInnerExceptions: true); 497return Volatile.Read(ref _exceptions) != null; 947_exceptions = null;
1 reference to _exceptions
System.Threading.Tasks.Dataflow (1)
Internal\SourceCore.cs (1)
946exceptions = _exceptions;