2 references to _artifacts
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
176
IEnumerable<IGrouping<bool, TestRunArtifact>> artifactGroups =
_artifacts
.GroupBy(a => a.OutOfProcess);
834
=>
_artifacts
.Add(new TestRunArtifact(outOfProcess, assembly, targetFramework, architecture, executionId, testName, path));