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