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