1 write to _useConsoleColor
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
15
_useConsoleColor
= useConsoleColor;
2 references to _useConsoleColor
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (2)
16
if (
_useConsoleColor
)
57
if (!
_useConsoleColor
)