2 implementations of OutputIsScreen
Microsoft.Build (2)
Logging\InProcessConsoleConfiguration.cs (1)
72public bool OutputIsScreen
Logging\TargetConsoleConfiguration.cs (1)
39public bool OutputIsScreen => _outputIsScreen;
1 reference to OutputIsScreen
Microsoft.Build (1)
Logging\ConsoleConfiguration.cs (1)
62public static bool OutputIsScreen => Provider.OutputIsScreen;