1 write to _exceptions
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.ForEachAsync.cs (1)
619(_exceptions ??= new List<Exception>()).Add(e);
3 references to _exceptions
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\Parallel.ForEachAsync.cs (3)
633_exceptions.AddRange(ae.InnerExceptions); 650else if (_exceptions is null) 662taskSet = TrySetException(_exceptions);