1 write to Exceptions
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\Parallel\ParallelRunDataAggregator.cs (1)
39
Exceptions
= new List<Exception>();
4 references to Exceptions
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\Parallel\ParallelRunDataAggregator.cs (4)
130
return
Exceptions
== null ||
Exceptions
.Count < 1 ? null : new AggregateException(
Exceptions
);
164
if (exception != null)
Exceptions
.Add(exception);