1 write to Output
vstest.console.arm64 (1)
parent\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
123
Output
= output;
3 references to Output
vstest.console.arm64 (3)
parent\vstest.console\Processors\RunTestsArgumentProcessor.cs (3)
124
_testRunEventsRegistrar = new TestRunRequestEventsRegistrar(
Output
, _commandLineOptions, artifactProcessingManager, _runSettingsManager);
155
Output
.WriteLine(CommandLineResources.StartingExecution, OutputLevel.Information);
160
Output
.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);