1 write to _resolver
NuGet.Protocol (1)
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
88_resolver = new VersionFolderPathResolver(_source);
7 references to _resolver
NuGet.Protocol (7)
LocalRepositories\LocalV3FindPackageByIdResource.cs (7)
207var packagePath = _resolver.GetPackageFilePath(id, version); 361var packagePath = _resolver.GetPackageFilePath(packageIdentity.Id, packageIdentity.Version); 445var nuspecPath = _resolver.GetManifestFilePath(id, version); 446var expandedPath = _resolver.GetInstallPath(id, version); 474var nupkgMetadataPath = _resolver.GetNupkgMetadataPath(id, version); 475var hashPath = _resolver.GetHashPath(id, version); 504var idDir = new DirectoryInfo(_resolver.GetVersionListPath(id));