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