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