3 references to R
dotnet-watch (2)
HotReload\HotReloadDotNetWatcher.cs (1)
54
if (key.Modifiers.HasFlag(ConsoleModifiers.Control) && key.Key == ConsoleKey.
R
&& forceRestartCancellationSource is { } source)
UI\PhysicalConsole.cs (1)
70
CtrlR => new ConsoleKeyInfo('R', ConsoleKey.
R
, shift: false, alt: false, control: true),
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
484
w.Console.PressKey(new ConsoleKeyInfo('R', ConsoleKey.
R
, shift: false, alt: false, control: true));