1 instantiation of ConsoleInputReader
Microsoft.DotNet.HotReload.Watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
42var consoleInput = new ConsoleInputReader(_console, context.Options.LogLevel, context.EnvironmentOptions.SuppressEmojis);
2 references to ConsoleInputReader
Microsoft.DotNet.HotReload.Watch (2)
HotReload\HotReloadDotNetWatcher.cs (1)
42var consoleInput = new ConsoleInputReader(_console, context.Options.LogLevel, context.EnvironmentOptions.SuppressEmojis);
UI\RestartPrompt.cs (1)
8internal sealed class RestartPrompt(ILogger logger, ConsoleInputReader inputReader, bool? noPrompt)