2 references to PressKey
dotnet-watch.Tests (2)
CommandLine\ProgramTests.cs (1)
38
console.
PressKey
(new ConsoleKeyInfo('C', ConsoleKey.C, shift: false, alt: false, control: true));
HotReload\RuntimeProcessLauncherTests.cs (1)
484
w.Console.
PressKey
(new ConsoleKeyInfo('R', ConsoleKey.R, shift: false, alt: false, control: true));