27 references to Cyan
aspire (4)
src\Shared\ConsoleLogs\AnsiParser.cs (4)
523
ConsoleColor.
Cyan
=> state.Bright ? "ansi-fg-brightcyan" : "ansi-fg-cyan",
539
ConsoleColor.
Cyan
=> "ansi-bg-cyan",
559
36 => ConsoleColor.
Cyan
,
576
46 => ConsoleColor.
Cyan
,
Aspire.Dashboard (4)
src\Shared\ConsoleLogs\AnsiParser.cs (4)
523
ConsoleColor.
Cyan
=> state.Bright ? "ansi-fg-brightcyan" : "ansi-fg-cyan",
539
ConsoleColor.
Cyan
=> "ansi-bg-cyan",
559
36 => ConsoleColor.
Cyan
,
576
46 => ConsoleColor.
Cyan
,
dotnet (2)
Commands\Test\MTP\Terminal\NonAnsiTerminal.cs (1)
69
TerminalColor.Cyan => ConsoleColor.
Cyan
,
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
944
ConsoleColor.
Cyan
=> TerminalColor.Cyan,
dotnet-dev-certs (1)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
128
SetColor(ConsoleColor.
Cyan
);
dotnet-user-jwts (1)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
128
SetColor(ConsoleColor.
Cyan
);
dotnet-user-secrets (1)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\AnsiConsole.cs (1)
128
SetColor(ConsoleColor.
Cyan
);
Microsoft.Arcade.Common (1)
CompactConsoleLoggerFormatter.cs (1)
177
ConsoleColor.
Cyan
=> "\x1B[1m\x1B[36m",
Microsoft.Build (8)
Logging\BaseConsoleLogger.cs (1)
351
case ConsoleColor.
Cyan
: colorString += "36;1"; break;
Logging\ParallelLogger\ParallelConsoleLogger.cs (7)
677
setColor(ConsoleColor.
Cyan
);
911
setColor(ConsoleColor.
Cyan
);
1340
setColor(ConsoleColor.
Cyan
);
1429
setColor(ConsoleColor.
Cyan
);
1517
setColor(ConsoleColor.
Cyan
);
1534
setColor(ConsoleColor.
Cyan
);
1594
setColor(ConsoleColor.
Cyan
);
Microsoft.DotNet.Cli.Utils (1)
AnsiConsole.cs (1)
137
SetColor(ConsoleColor.
Cyan
);
Microsoft.Extensions.Logging.Console (2)
AnsiParser.cs (2)
150
ConsoleColor.
Cyan
=> "\e[1m\e[36m",
182
36 => isBright ? ConsoleColor.
Cyan
: ConsoleColor.DarkCyan,
NuGet.CommandLine.XPlat (1)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\AnsiConsole.cs (1)
124
SetColor(ConsoleColor.
Cyan
);
rzc (1)
CommandLine\AnsiConsole.cs (1)
121
SetColor(ConsoleColor.
Cyan
);