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