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