3 implementations of KeyPressed
dotnet-watch.Tests (2)
ConsoleReporterTests.cs (1)
53event Action<ConsoleKeyInfo> IConsole.KeyPressed
TestUtilities\TestConsole.cs (1)
10public event Action<ConsoleKeyInfo>? KeyPressed;
Microsoft.DotNet.HotReload.Watch (1)
UI\PhysicalConsole.cs (1)
17public event Action<ConsoleKeyInfo>? KeyPressed;
4 references to KeyPressed
Microsoft.DotNet.HotReload.Watch (4)
HotReload\HotReloadDotNetWatcher.cs (1)
58_console.KeyPressed += (key) =>
UI\ConsoleInputReader.cs (2)
23console.KeyPressed += KeyPressed; 44console.KeyPressed -= KeyPressed;
UI\ShutdownHandler.cs (1)
19console.KeyPressed += key =>