3 references to GetAbsolutePath
NuGet.Commands (3)
RestoreCommand\Utility\BuildAssetsUtils.cs (3)
646
var tuple = ValueTuple.Create(item1: pkg.Key, item2: e, item3: GetPathWithMacros(pkg.Value.
GetAbsolutePath
(e), repositoryRoot, request.EnvironmentVariableReader));
701
var absolutePath = pkg.Value.
GetAbsolutePath
(lockFileItem);
724
var path = pkg.Value.
GetAbsolutePath
(e);