2 writes to _foregroundColor
dotnet (2)
Commands\Test\MTP\Terminal\SimpleAnsiTerminal.cs (2)
52
_foregroundColor
= setColor;
60
_foregroundColor
= null;
4 references to _foregroundColor
dotnet (4)
Commands\Test\MTP\Terminal\SimpleAnsiTerminal.cs (4)
28
Console.Write(
_foregroundColor
);
41
Console.Write(
_foregroundColor
);
66
=>
_foregroundColor
== null ? value : value.Replace("\n", $"\n{
_foregroundColor
}");