1 write to BufferWidth
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
393Console.BufferWidth = command.ConsoleConfiguration.BufferWidth;
9 references to BufferWidth
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (1)
634return Console.BufferWidth;
dotnet-svcutil-lib (2)
HelpGenerator.cs (2)
452int bufferWidth = Console.BufferWidth; 456return Console.BufferWidth;
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
388consoleBufferWidth = Console.BufferWidth;
Logging\InProcessConsoleConfiguration.cs (1)
20public int BufferWidth => Console.BufferWidth;
Logging\ParallelLogger\ConsoleOutputAligner.cs (1)
12/// Align output to multiple lines so no logged test is lost due to limited <see cref="Console.BufferWidth"/>.
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
856int screenWidth = columns ?? Console.BufferWidth;
Microsoft.ML.Maml (1)
HelpCommand.cs (1)
349int screenWidth = (columns ?? Console.BufferWidth) - 1;
MSBuild (1)
TerminalLogger\Terminal.cs (1)
62return Console.BufferWidth;