Implemented interface member:
method
WriteLine
Microsoft.VisualStudio.TestPlatform.Utilities.IOutput.WriteLine(System.String, Microsoft.VisualStudio.TestPlatform.Utilities.OutputLevel)
64 references to WriteLine
datacollector (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.
WriteLine
("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.Information);
60
ConsoleOutput.Instance.
WriteLine
($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.Information);
130
ConsoleOutput.Instance.
WriteLine
("Waiting for debugger attach...", OutputLevel.Information);
133
ConsoleOutput.Instance.
WriteLine
(
datacollector.arm64 (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.
WriteLine
("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.Information);
60
ConsoleOutput.Instance.
WriteLine
($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.Information);
130
ConsoleOutput.Instance.
WriteLine
("Waiting for debugger attach...", OutputLevel.Information);
133
ConsoleOutput.Instance.
WriteLine
(
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\ProxyOperationManager.cs (2)
265
ConsoleOutput.Instance.
WriteLine
(
269
ConsoleOutput.Instance.
WriteLine
(
DataCollection\ProxyDataCollectionManager.cs (2)
271
ConsoleOutput.Instance.
WriteLine
(CrossPlatEngineResources.DataCollectorDebuggerWarning, OutputLevel.Warning);
272
ConsoleOutput.Instance.
WriteLine
(
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.
WriteLine
("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.Information);
60
ConsoleOutput.Instance.
WriteLine
($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.Information);
130
ConsoleOutput.Instance.
WriteLine
("Waiting for debugger attach...", OutputLevel.Information);
133
ConsoleOutput.Instance.
WriteLine
(
testhost (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.
WriteLine
("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.Information);
60
ConsoleOutput.Instance.
WriteLine
($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.Information);
130
ConsoleOutput.Instance.
WriteLine
("Waiting for debugger attach...", OutputLevel.Information);
133
ConsoleOutput.Instance.
WriteLine
(
testhost.arm64 (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.
WriteLine
("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.Information);
60
ConsoleOutput.Instance.
WriteLine
($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.Information);
130
ConsoleOutput.Instance.
WriteLine
("Waiting for debugger attach...", OutputLevel.Information);
133
ConsoleOutput.Instance.
WriteLine
(
testhost.x86 (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.
WriteLine
("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.Information);
60
ConsoleOutput.Instance.
WriteLine
($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.Information);
130
ConsoleOutput.Instance.
WriteLine
("Waiting for debugger attach...", OutputLevel.Information);
133
ConsoleOutput.Instance.
WriteLine
(
vstest.console (18)
Processors\ListExtensionsArgumentProcessor.cs (14)
85
ConsoleOutput.Instance.
WriteLine
(CommandLineResources.AvailableDiscoverersHeaderMessage, OutputLevel.Information);
90
ConsoleOutput.Instance.
WriteLine
(extension.Value.GetType().FullName, OutputLevel.Information);
91
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.UriOfDefaultExecutor, extension.Metadata.DefaultExecutorUri), OutputLevel.Information);
92
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.SupportedFileTypesIndicator + " " + string.Join(", ", extension.Metadata.FileExtension!)), OutputLevel.Information);
122
ConsoleOutput.Instance.
WriteLine
(CommandLineResources.AvailableExecutorsHeaderMessage, OutputLevel.Information);
127
ConsoleOutput.Instance.
WriteLine
(extension.Value.GetType().FullName, OutputLevel.Information);
128
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "Uri", extension.Metadata.ExtensionUri), OutputLevel.Information);
158
ConsoleOutput.Instance.
WriteLine
(CommandLineResources.AvailableLoggersHeaderMessage, OutputLevel.Information);
163
ConsoleOutput.Instance.
WriteLine
(extension.Value.GetType().FullName, OutputLevel.Information);
164
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "Uri", extension.Metadata.ExtensionUri), OutputLevel.Information);
165
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "FriendlyName", string.Join(", ", extension.Metadata.FriendlyName)), OutputLevel.Information);
202
ConsoleOutput.Instance.
WriteLine
(CommandLineResources.AvailableSettingsProvidersHeaderMessage, OutputLevel.Information);
207
ConsoleOutput.Instance.
WriteLine
(extension.Value.GetType().FullName, OutputLevel.Information);
208
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "SettingName", extension.Metadata.SettingsName), OutputLevel.Information);
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.
WriteLine
("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.Information);
60
ConsoleOutput.Instance.
WriteLine
($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.Information);
130
ConsoleOutput.Instance.
WriteLine
("Waiting for debugger attach...", OutputLevel.Information);
133
ConsoleOutput.Instance.
WriteLine
(
vstest.console.arm64 (18)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.
WriteLine
("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.Information);
60
ConsoleOutput.Instance.
WriteLine
($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.Information);
130
ConsoleOutput.Instance.
WriteLine
("Waiting for debugger attach...", OutputLevel.Information);
133
ConsoleOutput.Instance.
WriteLine
(
src\vstest\src\vstest.console\Processors\ListExtensionsArgumentProcessor.cs (14)
85
ConsoleOutput.Instance.
WriteLine
(CommandLineResources.AvailableDiscoverersHeaderMessage, OutputLevel.Information);
90
ConsoleOutput.Instance.
WriteLine
(extension.Value.GetType().FullName, OutputLevel.Information);
91
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.UriOfDefaultExecutor, extension.Metadata.DefaultExecutorUri), OutputLevel.Information);
92
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.SupportedFileTypesIndicator + " " + string.Join(", ", extension.Metadata.FileExtension!)), OutputLevel.Information);
122
ConsoleOutput.Instance.
WriteLine
(CommandLineResources.AvailableExecutorsHeaderMessage, OutputLevel.Information);
127
ConsoleOutput.Instance.
WriteLine
(extension.Value.GetType().FullName, OutputLevel.Information);
128
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "Uri", extension.Metadata.ExtensionUri), OutputLevel.Information);
158
ConsoleOutput.Instance.
WriteLine
(CommandLineResources.AvailableLoggersHeaderMessage, OutputLevel.Information);
163
ConsoleOutput.Instance.
WriteLine
(extension.Value.GetType().FullName, OutputLevel.Information);
164
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "Uri", extension.Metadata.ExtensionUri), OutputLevel.Information);
165
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "FriendlyName", string.Join(", ", extension.Metadata.FriendlyName)), OutputLevel.Information);
202
ConsoleOutput.Instance.
WriteLine
(CommandLineResources.AvailableSettingsProvidersHeaderMessage, OutputLevel.Information);
207
ConsoleOutput.Instance.
WriteLine
(extension.Value.GetType().FullName, OutputLevel.Information);
208
ConsoleOutput.Instance.
WriteLine
(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "SettingName", extension.Metadata.SettingsName), OutputLevel.Information);