6 references to BufferWidth
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (1)
634
return Console.
BufferWidth
;
dotnet-svcutil-lib (2)
HelpGenerator.cs (2)
453
int bufferWidth = Console.
BufferWidth
;
457
return Console.
BufferWidth
;
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
1596
if (Console.BufferHeight == 0 || Console.
BufferWidth
== 0)
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
857
int screenWidth = columns ?? Console.
BufferWidth
;
Microsoft.ML.Maml (1)
HelpCommand.cs (1)
349
int screenWidth = (columns ?? Console.
BufferWidth
) - 1;