3 references to CtrlC
Microsoft.DotNet.HotReload.Watch (3)
UI\PhysicalConsole.cs (3)
46if (c == CtrlC) 90CtrlC => new ConsoleKeyInfo('C', ConsoleKey.C, shift: false, alt: false, control: true), 113KeyPressed?.Invoke(new ConsoleKeyInfo(CtrlC, ConsoleKey.C, shift: false, alt: false, control: true));