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