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