1 write to ForegroundColor
NuGet.CommandLine.XPlat (1)
Utility\FormattedCell.cs (1)
21
ForegroundColor
= foregroundColor;
5 references to ForegroundColor
NuGet.CommandLine.XPlat (5)
Utility\FormattedCell.cs (3)
24
public bool Equals(FormattedCell other) => Value == other?.Value &&
ForegroundColor
== other?.
ForegroundColor
;
33
combiner.AddStruct(
ForegroundColor
);
Utility\ProjectPackagesPrintUtility.cs (2)
161
if (formattedCell.
ForegroundColor
.HasValue)
163
Console.ForegroundColor = formattedCell.
ForegroundColor
.Value;