1 write to _boldRecursion
Templates.Tests (1)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
46
_boldRecursion
+= bold ? 1 : -1;
2 references to _boldRecursion
Templates.Tests (2)
src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (2)
47
if (
_boldRecursion
> 1 || (
_boldRecursion
== 1 && !bold))