5 references to ResolvePackageFromPath
NuGet.Commands (3)
SignCommand\SignCommandRunner.cs (1)
30IEnumerable<string> packages = LocalFolderUtility.ResolvePackageFromPath(packagePath);
TrustedSignersCommand\TrustedSignersCommandRunner.cs (1)
93var packagesToTrust = LocalFolderUtility.ResolvePackageFromPath(trustedSignersArgs.PackagePath);
VerifyCommand\VerifyCommandRunner.cs (1)
50var packages = LocalFolderUtility.ResolvePackageFromPath(packagePath);
NuGet.Protocol (2)
Resources\PackageUpdateResource.cs (2)
218IEnumerable<string> symbolsToPush = LocalFolderUtility.ResolvePackageFromPath(symbolPackagePath, isSnupkg: allowSnupkg); 276IEnumerable<string> nupkgsToPush = LocalFolderUtility.ResolvePackageFromPath(packagePath, isSnupkg: false);