3 references to GetPathWithMacros
NuGet.Commands (3)
RestoreCommand\Utility\BuildAssetsUtils.cs (3)
626
var tuple = ValueTuple.Create(item1: pkg.Key, item2: e, item3:
GetPathWithMacros
(pkg.Value.GetAbsolutePath(e), repositoryRoot));
682
var pathWithMacros =
GetPathWithMacros
(absolutePath, repositoryRoot);
707
var pathWithMacros =
GetPathWithMacros
(path, repositoryRoot);