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