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