6 references to _exceptions
Microsoft.Build (6)
Graph\ParallelWorkSet.cs (6)
61if (_exceptions.Count > 0) 63throw new AggregateException(_exceptions); 150if (_exceptions.Count > 0) 152throw new AggregateException(_exceptions); 198lock (_exceptions) 200_exceptions.Add(ex);