2 references to SetBold
dotnet (2)
Commands\Test\MTP\Terminal\AnsiCodes.cs (2)
33/// Print <see cref="CSI"/><see cref="SetBold"/> to change text to bold. 134=> string.IsNullOrWhiteSpace(s) ? s ?? string.Empty : $"{CSI}{SetBold}{s}{SetDefaultColor}";