4 references to GetPathWithMacros
NuGet.Commands (4)
RestoreCommand\Utility\BuildAssetsUtils.cs (4)
364return GetPathWithMacros(absolutePath, repositoryRoot, EnvironmentVariableWrapper.Instance); 646var tuple = ValueTuple.Create(item1: pkg.Key, item2: e, item3: GetPathWithMacros(pkg.Value.GetAbsolutePath(e), repositoryRoot, request.EnvironmentVariableReader)); 702var pathWithMacros = GetPathWithMacros(absolutePath, repositoryRoot, environmentVariableReader); 727var pathWithMacros = GetPathWithMacros(path, repositoryRoot, environmentVariableReader);