6 references to _exceptions
Microsoft.Build (6)
Graph\ParallelWorkSet.cs (6)
61if (_exceptions.Count > 0) 63throw new AggregateException(_exceptions); 155if (_exceptions.Count > 0) 157throw new AggregateException(_exceptions); 203lock (_exceptions) 205_exceptions.Add(ex);