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)
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));