1 implementation of IConsole
Microsoft.DotNet.HotReload.Watch (1)
UI\PhysicalConsole.cs (1)
9internal sealed class PhysicalConsole : IConsole
13 references to IConsole
dotnet-watch (8)
Program.cs (3)
17IConsole console, 73private static Program? TryCreate(IReadOnlyList<string> args, IConsole console, EnvironmentOptions environmentOptions, out int errorCode) 90internal static Program? TryCreate(CommandLineOptions options, IConsole console, EnvironmentOptions environmentOptions, ILoggerFactory loggerFactory, IProcessOutputReporter processOutputReporter, out int errorCode)
UI\SpectreBuildParametersSelectionPrompt.cs (5)
15public SpectreBuildParametersSelectionPrompt(IConsole watchConsole) 75private static IAnsiConsole CreateConsole(IConsole watchConsole) 95private sealed class KeyPressedAnsiConsole(IAnsiConsole inner, IConsole watchConsole) : IAnsiConsole, IDisposable 116private readonly IConsole _console; 118public KeyPressedInput(IConsole console)
Microsoft.DotNet.HotReload.Watch (5)
HotReload\HotReloadDotNetWatcher.cs (2)
21private readonly IConsole _console; 33IConsole console,
UI\ConsoleInputReader.cs (1)
8internal sealed class ConsoleInputReader(IConsole console, LogLevel logLevel, bool suppressEmojis)
UI\ConsoleReporter.cs (1)
8internal sealed class ConsoleReporter(IConsole console, string logMessagePrefix, bool suppressEmojis) : IReporter, IProcessOutputReporter
UI\ShutdownHandler.cs (1)
15public ShutdownHandler(IConsole console, ILogger logger)