1 write to Provider
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
394ConsoleConfiguration.Provider = command.ConsoleConfiguration;
4 references to Provider
Microsoft.Build (4)
Logging\ConsoleConfiguration.cs (4)
41public static int BufferWidth => Provider.BufferWidth; 47public static bool AcceptAnsiColorCodes => Provider.AcceptAnsiColorCodes; 55public static ConsoleColor BackgroundColor => Provider.BackgroundColor; 61public static bool OutputIsScreen => Provider.OutputIsScreen;