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