4 references to CtrlC
dotnet-watch.Tests (1)
TestUtilities\WatchableApp.cs (1)
201=> SendKey(PhysicalConsole.CtrlC);
Microsoft.DotNet.HotReload.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));