1 implementation of WindowWidth
vstest.console (1)
Internal\ConsoleHelper.cs (1)
17public int WindowWidth => Console.WindowWidth;
1 reference to WindowWidth
vstest.console (1)
Internal\ProgressIndicator.cs (1)
70ConsoleOutput.Write(new string(' ', ConsoleHelper.WindowWidth - startPos), OutputLevel.Information);