8 references to programFilesReferenceAssemblyLocation
Microsoft.Build.Utilities.Core (8)
FrameworkLocationHelper.cs (2)
1125
string programFilesReferenceAssemblyDirectory = Path.Combine(
programFilesReferenceAssemblyLocation
, versionPrefix);
1572
string referencePath = GenerateReferenceAssemblyPath(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, this.FrameworkName);
ToolLocationHelper.cs (6)
1943
FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
,
3641
IList<string> frameworkIdentifiers = GetFrameworkIdentifiers(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
);
3644
IList<string> frameworkVersions = GetFrameworkVersions(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, frameworkIdentifier);
3650
IList<string> frameworkProfile = GetFrameworkProfiles(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, frameworkIdentifier, frameworkVersion);
3707
public static string GetProgramFilesReferenceAssemblyRoot() => FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
;
3779
if (frameworkReferenceRoot.Equals(FrameworkLocationHelper.
programFilesReferenceAssemblyLocation
, StringComparison.OrdinalIgnoreCase))