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