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