Implemented interface member:
property
OutputIsScreen
Microsoft.Build.BackEnd.Logging.IConsoleConfiguration.OutputIsScreen
2 references to OutputIsScreen
Microsoft.Build (2)
BackEnd\Node\OutOfProcServerNode.cs (2)
414
(command.ConsoleConfiguration.AcceptAnsiColorCodes, command.ConsoleConfiguration.
OutputIsScreen
);
415
CommunicationsUtilities.Trace($"ConsoleConfigurationOverride: acceptAnsi={command.ConsoleConfiguration.AcceptAnsiColorCodes}, outputIsScreen={command.ConsoleConfiguration.
OutputIsScreen
}");