3 references to GeneratePathToBuildToolsForToolsVersion
Microsoft.Build (1)
InprocTrackingNativeMethods.cs (1)
207
string buildToolsPath = FrameworkLocationHelper.
GeneratePathToBuildToolsForToolsVersion
(MSBuildConstants.CurrentToolsVersion, DotNetFrameworkArchitecture.Current);
Microsoft.Build.Utilities.Core (2)
InprocTrackingNativeMethods.cs (1)
207
string buildToolsPath = FrameworkLocationHelper.
GeneratePathToBuildToolsForToolsVersion
(MSBuildConstants.CurrentToolsVersion, DotNetFrameworkArchitecture.Current);
ToolLocationHelper.cs (1)
3562
_ => FrameworkLocationHelper.
GeneratePathToBuildToolsForToolsVersion
(toolsVersion, ConvertToSharedDotNetFrameworkArchitecture(architecture)),