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)
28Console.Write(_foregroundColor); 41Console.Write(_foregroundColor); 66=> _foregroundColor == null ? value : value.Replace("\n", $"\n{_foregroundColor}");