2 references to GenerateReferenceAssemblyPath
Microsoft.Build.Framework (1)
Utilities\FrameworkLocationHelper.cs (1)
1590string referencePath = GenerateReferenceAssemblyPath(FrameworkLocationHelper.programFilesReferenceAssemblyLocation, this.FrameworkName);
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2335string path = FrameworkLocationHelper.GenerateReferenceAssemblyPath(targetFrameworkRootPath, frameworkName);