4 references to CtrlC
dotnet-watch (3)
UI\PhysicalConsole.cs (3)
41if (c == CtrlC) 69CtrlC => new ConsoleKeyInfo('C', ConsoleKey.C, shift: false, alt: false, control: true), 88KeyPressed?.Invoke(new ConsoleKeyInfo(CtrlC, ConsoleKey.C, shift: false, alt: false, control: true));
dotnet-watch.Tests (1)
TestUtilities\WatchableApp.cs (1)
194=> SendKey(PhysicalConsole.CtrlC);