1 write to Output
vstest.console (1)
CommandLine\Executor.cs (1)
97Output = output;
13 references to Output
vstest.console (13)
CommandLine\Executor.cs (13)
144Output.Error(true, CommandLineResources.NoArgumentsProvided); 244Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg)); 290Output.Error(false, ex.Message); 296Output.Error(false, ex.Message); 352Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName)); 399Output.Error(false, ex.Message); 407Output.Error(false, ex.InnerException.Message); 452Output.WriteLine(commandLineBanner, OutputLevel.Information); 455Output.WriteLine(string.Empty, OutputLevel.Information); 465Output.Warning(false, CommandLineResources.VSTestDeprecationMessage); 479Output.Warning(false, CommandLineResources.WarningEmulatedOnArm64, currentProcessArchitecture.ToString().ToLowerInvariant()); 508Output.WriteLine($"vstest.console.exe {responseFileArgs}", OutputLevel.Information); 547Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));