4 writes to _prependColor
dotnet (4)
Commands\Test\MTP\Terminal\SimpleAnsiTerminal.cs (4)
30
_prependColor
= false;
46
_prependColor
= true;
55
_prependColor
= false;
61
_prependColor
= false;
2 references to _prependColor
dotnet (2)
Commands\Test\MTP\Terminal\SimpleAnsiTerminal.cs (2)
26
if (
_prependColor
)
39
if (
_prependColor
)