1 write to Provider
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
376ConsoleConfiguration.Provider = command.ConsoleConfiguration;
4 references to Provider
Microsoft.Build (4)
Logging\ConsoleConfiguration.cs (4)
42public static int BufferWidth => Provider.BufferWidth; 48public static bool AcceptAnsiColorCodes => Provider.AcceptAnsiColorCodes; 56public static ConsoleColor BackgroundColor => Provider.BackgroundColor; 62public static bool OutputIsScreen => Provider.OutputIsScreen;