1 write to ManifestPath
NuGet.Protocol (1)
PackagesFolder\LocalPackageInfo.cs (1)
40ManifestPath = manifestPath;
3 references to ManifestPath
NuGet.Protocol (3)
PackagesFolder\LocalPackageInfo.cs (1)
86return Id + " " + Version + " (" + (ManifestPath ?? ZipPath) + ")";
PackagesFolder\NuGetv3LocalRepository.cs (2)
91var nuspec = _packageFileCache.GetOrAddNuspec(package.ManifestPath, package.ExpandedPath); 107package.ManifestPath,