3 references to FrameworkLocationHelper
MSBuild (3)
FrameworkLocationHelper.cs (1)
1574string referencePath = GenerateReferenceAssemblyPath(FrameworkLocationHelper.programFilesReferenceAssemblyLocation, this.FrameworkName);
TypeLoader.cs (2)
96string v20Path = FrameworkLocationHelper.PathToDotNetFrameworkV20; 97string v35Path = FrameworkLocationHelper.PathToDotNetFrameworkV35;