3 references to GetPathToDotNetFrameworkSdkFile
Microsoft.Build.Tasks.Core (2)
ResolveComReference.cs (2)
573
path = ToolLocationHelper.
GetPathToDotNetFrameworkSdkFile
(file, targetFrameworkVersion, visualStudioVersion, DotNetFrameworkArchitecture.Bitness32);
578
path = ToolLocationHelper.
GetPathToDotNetFrameworkSdkFile
(file, targetFrameworkVersion, visualStudioVersion, DotNetFrameworkArchitecture.Bitness64);
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
3269
public static string GetPathToDotNetFrameworkSdkFile(string fileName, TargetDotNetFrameworkVersion version, UtilitiesDotNetFrameworkArchitecture architecture) =>
GetPathToDotNetFrameworkSdkFile
(fileName, version, VisualStudioVersion.VersionLatest, architecture);