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