Base:
method
SetForegroundColor
Microsoft.CodeAnalysis.Scripting.Hosting.ConsoleIO.SetForegroundColor(System.ConsoleColor)
1 reference to SetForegroundColor
Microsoft.CodeAnalysis.Scripting.TestUtilities (1)
TestConsoleIO.cs (1)
35
public override void ResetColor() =>
SetForegroundColor
(InitialColor);