Implemented interface member:
property
BufferWidth
Microsoft.Build.BackEnd.Logging.IConsoleConfiguration.BufferWidth
2 references to BufferWidth
Microsoft.Build (2)
BackEnd\Node\OutOfProcServerNode.cs (2)
447
if (NativeMethodsShared.IsWindows && command.ConsoleConfiguration.
BufferWidth
> 0)
449
Console.BufferWidth = command.ConsoleConfiguration.
BufferWidth
;