1 instantiation of Program
dotnet-watch (1)
Program.cs (1)
103return new Program(console, loggerFactory, logger, processOutputReporter, rootProjectOptions, options, environmentOptions);
9 references to Program
dotnet-watch (5)
Program.cs (4)
21public const string LogComponentName = nameof(Program); 45var program = TryCreate( 67private static Program? TryCreate(IReadOnlyList<string> args, IConsole console, EnvironmentOptions environmentOptions, bool verbose, out int errorCode) 83internal static Program? TryCreate(CommandLineOptions options, IConsole console, EnvironmentOptions environmentOptions, LoggerFactory loggerFactory, IProcessOutputReporter processOutputReporter, out int errorCode)
UI\IReporter.cs (1)
172.Add(Program.LogComponentName, Emoji.Watch)
dotnet-watch.Tests (4)
CommandLine\ProgramTests.cs (2)
23var program = Program.TryCreate(
HotReload\RuntimeProcessLauncherTests.cs (2)
102var program = Program.TryCreate(