1 write to _resolver
NuGet.Protocol (1)
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
89_resolver = new VersionFolderPathResolver(_source);
7 references to _resolver
NuGet.Protocol (7)
LocalRepositories\LocalV3FindPackageByIdResource.cs (7)
208var packagePath = _resolver.GetPackageFilePath(id, version); 362var packagePath = _resolver.GetPackageFilePath(packageIdentity.Id, packageIdentity.Version); 446var nuspecPath = _resolver.GetManifestFilePath(id, version); 447var expandedPath = _resolver.GetInstallPath(id, version); 475var nupkgMetadataPath = _resolver.GetNupkgMetadataPath(id, version); 476var hashPath = _resolver.GetHashPath(id, version); 505var idDir = new DirectoryInfo(_resolver.GetVersionListPath(id));