1 instantiation of TestRunArtifact
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
1289_artifacts.Add(new TestRunArtifact(outOfProcess, assembly, targetFramework, architecture, executionId, testName, path));
5 references to TestRunArtifact
dotnet-aot (5)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
41private readonly List<TestRunArtifact> _artifacts = []; 239TestRunArtifact[] artifacts; 245IEnumerable<IGrouping<bool, TestRunArtifact>> artifactGroups = artifacts.GroupBy(a => a.OutOfProcess); 253foreach (IGrouping<bool, TestRunArtifact> artifactGroup in artifactGroups) 257foreach (TestRunArtifact artifact in artifactGroup)