2 references to programFilesReferenceAssemblyLocation
Microsoft.Build (2)
FrameworkLocationHelper.cs (2)
1089
string programFilesReferenceAssemblyDirectory = Path.Combine(
programFilesReferenceAssemblyLocation
, versionPrefix);
1532
string referencePath = GenerateReferenceAssemblyPath(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, this.FrameworkName);