5 writes to _exceptions
System.Threading.Tasks.Dataflow (5)
Internal\TargetCore.cs (5)
155Common.AddException(ref _exceptions, exception, unwrapInnerExceptions); 708return _dataflowBlockOptions.CancellationToken.IsCancellationRequested || Volatile.Read(ref _exceptions) != null; 765Common.ReleaseAllPostponedMessages(_owningTarget, _boundingState.PostponedMessages, ref _exceptions); 776if (Volatile.Read(ref _exceptions) != null) 781_completionSource.TrySetException(Volatile.Read(ref _exceptions!));