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