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