6 references to BufferWidth
aspire (1)
Utils\AspireAnsiConsoleOutput.cs (1)
115var width = Console.BufferWidth;
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (1)
634return Console.BufferWidth;
dotnet-svcutil-lib (2)
HelpGenerator.cs (2)
454int bufferWidth = Console.BufferWidth; 458return Console.BufferWidth;
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;