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