1 implementation of Write
Microsoft.TestPlatform.CoreUtilities (1)
Output\ConsoleOutput.cs (1)
66
public void
Write
(string? message, OutputLevel level)
9 references to Write
Microsoft.TestPlatform.CoreUtilities (1)
Output\OutputExtensions.cs (1)
77
SetColorForAction(foregroundColor, () => output.
Write
(message, level));
vstest.console (4)
Internal\ConsoleLogger.cs (1)
801
Output.
Write
(outputLine, OutputLevel.Information);
Internal\ProgressIndicator.cs (3)
55
ConsoleOutput.
Write
(_testRunProgressString.Substring(0, _testRunProgressString.Length + _dotCounter - 2), OutputLevel.Information);
70
ConsoleOutput.
Write
(new string(' ', ConsoleHelper.WindowWidth - startPos), OutputLevel.Information);
104
ConsoleOutput.
Write
(".", OutputLevel.Information);
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (1)
801
Output.
Write
(outputLine, OutputLevel.Information);
src\vstest\src\vstest.console\Internal\ProgressIndicator.cs (3)
55
ConsoleOutput.
Write
(_testRunProgressString.Substring(0, _testRunProgressString.Length + _dotCounter - 2), OutputLevel.Information);
70
ConsoleOutput.
Write
(new string(' ', ConsoleHelper.WindowWidth - startPos), OutputLevel.Information);
104
ConsoleOutput.
Write
(".", OutputLevel.Information);