7 references to ExpandedPath
NuGet.Commands (3)
RestoreCommand\LockFileBuilderCache.cs (1)
118
var packagePath = localPackageInfo.
ExpandedPath
;
RestoreCommand\Utility\BuildAssetsUtils.cs (2)
846
return Path.Combine(package.Value.Package.
ExpandedPath
, LockFileUtils.ToDirectorySeparator(item.Path));
915
return GenerateProperty($"Pkg{localPackageInfo.Id.Replace(".", "_", StringComparison.Ordinal)}", localPackageInfo.
ExpandedPath
);
NuGet.Protocol (4)
PackagesFolder\NuGetv3LocalRepository.cs (4)
114
var nuspec = _packageFileCache.GetOrAddNuspec(package.ManifestPath, package.
ExpandedPath
);
117
var files = _packageFileCache.GetOrAddFiles(package.
ExpandedPath
);
123
var runtimeGraph = _packageFileCache.GetOrAddRuntimeGraph(package.
ExpandedPath
);
129
package.
ExpandedPath
,