1 write to _exceptions
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\TaskReplicator.cs (1)
91
LazyInitializer.EnsureInitialized(ref _replicator.
_exceptions
).Enqueue(ex);
2 references to _exceptions
System.Threading.Tasks.Parallel (2)
System\Threading\Tasks\TaskReplicator.cs (2)
156
if (replicator.
_exceptions
!= null)
157
throw new AggregateException(replicator.
_exceptions
);