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