4 references to CtrlC
dotnet-watch (3)
UI\PhysicalConsole.cs (3)
41
if (c ==
CtrlC
)
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)
TestUtilities\WatchableApp.cs (1)
194
=> SendKey(PhysicalConsole.
CtrlC
);