3 references to _artifacts
dotnet (3)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (3)
232
artifacts = [..
_artifacts
];
1279
_artifacts
.Add(new TestRunArtifact(outOfProcess, assembly, targetFramework, architecture, executionId, testName, path));
1287
_artifacts
.RemoveAll(artifact => paths.Contains(artifact.Path));