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