1 write to ConsoleOutput
vstest.console.arm64 (1)
parent\vstest.console\Internal\ProgressIndicator.cs (1)
40ConsoleOutput = output;
3 references to ConsoleOutput
vstest.console.arm64 (3)
parent\vstest.console\Internal\ProgressIndicator.cs (3)
55ConsoleOutput.Write(_testRunProgressString.Substring(0, _testRunProgressString.Length + _dotCounter - 2), OutputLevel.Information); 70ConsoleOutput.Write(new string(' ', ConsoleHelper.WindowWidth - startPos), OutputLevel.Information); 104ConsoleOutput.Write(".", OutputLevel.Information);