4 references to C
dotnet-watch (3)
Program.cs (1)
162
if (!shutdownCancellationSourceDisposed && key.Modifiers.HasFlag(ConsoleModifiers.Control) && key.Key == ConsoleKey.
C
)
UI\PhysicalConsole.cs (2)
69
CtrlC => new ConsoleKeyInfo('C', ConsoleKey.
C
, shift: false, alt: false, control: true),
88
KeyPressed?.Invoke(new ConsoleKeyInfo(CtrlC, ConsoleKey.
C
, shift: false, alt: false, control: true));
dotnet-watch.Tests (1)
CommandLine\ProgramTests.cs (1)
38
console.PressKey(new ConsoleKeyInfo('C', ConsoleKey.
C
, shift: false, alt: false, control: true));