8 references to programFilesReferenceAssemblyLocation
Microsoft.Build.Utilities.Core (8)
FrameworkLocationHelper.cs (2)
1089
string programFilesReferenceAssemblyDirectory = Path.Combine(
programFilesReferenceAssemblyLocation
, versionPrefix);
1533
string referencePath = GenerateReferenceAssemblyPath(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, this.FrameworkName);
ToolLocationHelper.cs (6)
1939
FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
,
3636
IList<string> frameworkIdentifiers = GetFrameworkIdentifiers(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
);
3639
IList<string> frameworkVersions = GetFrameworkVersions(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, frameworkIdentifier);
3645
IList<string> frameworkProfile = GetFrameworkProfiles(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, frameworkIdentifier, frameworkVersion);
3702
public static string GetProgramFilesReferenceAssemblyRoot() => FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
;
3770
if (frameworkReferenceRoot.Equals(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, StringComparison.OrdinalIgnoreCase))