1 write to ExpandedPath
NuGet.Protocol (1)
PackagesFolder\LocalPackageInfo.cs (1)
39
ExpandedPath
= path;
7 references to ExpandedPath
NuGet.Commands (3)
RestoreCommand\LockFileBuilderCache.cs (1)
118
var packagePath = localPackageInfo.
ExpandedPath
;
RestoreCommand\Utility\BuildAssetsUtils.cs (2)
826
return Path.Combine(package.Value.Package.
ExpandedPath
, LockFileUtils.ToDirectorySeparator(item.Path));
895
return GenerateProperty($"Pkg{localPackageInfo.Id.Replace(".", "_", StringComparison.Ordinal)}", localPackageInfo.
ExpandedPath
);
NuGet.Protocol (4)
PackagesFolder\NuGetv3LocalRepository.cs (4)
91
var nuspec = _packageFileCache.GetOrAddNuspec(package.ManifestPath, package.
ExpandedPath
);
94
var files = _packageFileCache.GetOrAddFiles(package.
ExpandedPath
);
100
var runtimeGraph = _packageFileCache.GetOrAddRuntimeGraph(package.
ExpandedPath
);
106
package.
ExpandedPath
,