11 references to WindowWidth
dotnet (1)
Parser.cs (1)
305
windowWidth = Console.
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)
197
if (Console.
WindowWidth
> 75)
198
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);
NuGet.CommandLine.XPlat (1)
Commands\PackageSearch\PackageSearchCommand.cs (1)
140
int width = Console.
WindowWidth
;
System.CommandLine (2)
Help\HelpAction.cs (2)
16
/// <value>The maximum width in characters after which help output is wrapped. The default is <see cref="Console.
WindowWidth
"/>.</value>
25
_maxWidth = Console.IsOutputRedirected ? int.MaxValue : Console.
WindowWidth
;
vstest.console (1)
Internal\ConsoleHelper.cs (1)
17
public int WindowWidth => Console.
WindowWidth
;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Internal\ConsoleHelper.cs (1)
17
public int WindowWidth => Console.
WindowWidth
;