1 write to Output
vstest.console (1)
CommandLine\Executor.cs (1)
119Output = output;
13 references to Output
vstest.console (13)
CommandLine\Executor.cs (13)
171Output.Error(true, CommandLineResources.NoArgumentsProvided); 271Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg)); 317Output.Error(false, ex.Message); 323Output.Error(false, ex.Message); 379Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName)); 426Output.Error(false, ex.Message); 434Output.Error(false, ex.InnerException.Message); 479Output.WriteLine(commandLineBanner, OutputLevel.Information); 482Output.WriteLine(string.Empty, OutputLevel.Information); 492Output.Warning(false, CommandLineResources.VSTestDeprecationMessage); 506Output.Warning(false, CommandLineResources.WarningEmulatedOnArm64, currentProcessArchitecture.ToString().ToLowerInvariant()); 535Output.WriteLine($"vstest.console.exe {responseFileArgs}", OutputLevel.Information); 574Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));