1 write to Path
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\ListPackage\ListPackageArgs.cs (1)
64Path = path ?? throw new ArgumentNullException(nameof(path));
5 references to Path
NuGet.CommandLine.XPlat (5)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (5)
55if (!File.Exists(listPackageArgs.Path)) 60listPackageArgs.Path)); 68string fileExtension = Path.GetExtension(listPackageArgs.Path); 73? MSBuildAPIUtility.GetProjectsFromSolution(listPackageArgs.Path).Where(File.Exists) 74: [listPackageArgs.Path];