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