2 references to SetColor
Microsoft.Build.Framework (2)
Logging\AnsiCodes.cs (2)
20/// Print <see cref="CSI"/>color-code<see cref="SetColor"/> to change text color. 132return $"{CSI}{(int)color}{SetColor}{s}{SetDefaultColor}";