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