2 references to SetBold
Microsoft.Build.Framework (2)
Logging\AnsiCodes.cs (2)
28/// Print <see cref="CSI"/><see cref="SetBold"/> to change text to bold. 142return $"{CSI}{SetBold}{s}{SetDefaultColor}";