1 instantiation of WhyCommandRunner
NuGet.CommandLine.XPlat (1)
Commands\Why\WhyCommand.cs (1)
22() => new WhyCommandRunner(new MSBuildAPIUtility(NullLogger.Instance, virtualProjectBuilder)));
1 reference to WhyCommandRunner
NuGet.CommandLine.XPlat (1)
Commands\Why\WhyCommand.cs (1)
44internal static void Register(Command rootCommand, Lazy<IAnsiConsole> console, Func<WhyCommandRunner> getCommandRunner)