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