1 instantiation of DotnetVersionChecker
NuGet.CommandLine.XPlat (1)
Commands\Why\DotnetVersionChecker.cs (1)
10public static readonly DotnetVersionChecker Instance = new DotnetVersionChecker();
2 references to DotnetVersionChecker
NuGet.CommandLine.XPlat (2)
Commands\Why\DotnetVersionChecker.cs (1)
10public static readonly DotnetVersionChecker Instance = new DotnetVersionChecker();
Commands\Why\WhyCommand.cs (1)
133DotnetVersionChecker = DotnetVersionChecker.Instance,