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