1 write to BufferWidth
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
393
Console.
BufferWidth
= command.ConsoleConfiguration.BufferWidth;
9 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)
452
int bufferWidth = Console.
BufferWidth
;
456
return Console.
BufferWidth
;
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
388
consoleBufferWidth = Console.
BufferWidth
;
Logging\InProcessConsoleConfiguration.cs (1)
20
public 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)
856
int screenWidth = columns ?? Console.
BufferWidth
;
Microsoft.ML.Maml (1)
HelpCommand.cs (1)
349
int screenWidth = (columns ?? Console.
BufferWidth
) - 1;
MSBuild (1)
TerminalLogger\Terminal.cs (1)
62
return Console.
BufferWidth
;