5 writes to _exceptions
System.Threading.Tasks.Dataflow (5)
Internal\SourceCore.cs (5)
466Common.AddException(ref _exceptions, exception); 480Common.AddException(ref _exceptions, exception); 493Common.AddException(ref _exceptions, aggregateException, unwrapInnerExceptions: true); 503return Volatile.Read(ref _exceptions) != null; 953_exceptions = null;
1 reference to _exceptions
System.Threading.Tasks.Dataflow (1)
Internal\SourceCore.cs (1)
952exceptions = _exceptions;