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