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