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