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)
58if (!File.Exists(listPackageArgs.Path)) 63listPackageArgs.Path)); 71string fileExtension = Path.GetExtension(listPackageArgs.Path); 76? MSBuildAPIUtility.GetProjectsFromSolution(listPackageArgs.Path).Where(File.Exists) 77: [listPackageArgs.Path];