5 references to WindowWidth
dotnet-svcutil.xmlserializer (2)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (2)
349
if (Console.
WindowWidth
> 75)
350
s_nameMidpoint = Console.
WindowWidth
/ 3;
dotnet-svcutil-lib (2)
HelpGenerator.cs (2)
195
if (Console.
WindowWidth
> 75)
196
s_nameMidpoint = Console.
WindowWidth
/ 3;
dotnet-user-jwts (1)
Helpers\ConsoleTable.cs (1)
61
var equalColumnLengths = Math.Max((Console.
WindowWidth
/ _columns.Count) - EXCESS_LENGTH_CREATED_BY_BORDERS, 5);