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