1 write to _rudeEditRestartPrompt
dotnet-watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
41_rudeEditRestartPrompt = new RestartPrompt(context.Logger, consoleInput, noPrompt ? true : null);
3 references to _rudeEditRestartPrompt
dotnet-watch (3)
HotReload\HotReloadDotNetWatcher.cs (3)
271autoRestart: _context.Options.NonInteractive || _rudeEditRestartPrompt?.AutoRestartPreference is true, 274if (_rudeEditRestartPrompt != null) 296return await _rudeEditRestartPrompt.WaitForRestartConfirmationAsync(question, cancellationToken);