8 references to programFilesReferenceAssemblyLocation
Microsoft.Build.Utilities.Core (8)
FrameworkLocationHelper.cs (2)
1092
string programFilesReferenceAssemblyDirectory = Path.Combine(
programFilesReferenceAssemblyLocation
, versionPrefix);
1536
string referencePath = GenerateReferenceAssemblyPath(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, this.FrameworkName);
ToolLocationHelper.cs (6)
1938
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
;
3773
if (frameworkReferenceRoot.Equals(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, StringComparison.OrdinalIgnoreCase))