1 override of GetPathToDotNetFrameworkSdkTools
Microsoft.Build.Utilities.Core (1)
FrameworkLocationHelper.cs (1)
1642public override string GetPathToDotNetFrameworkSdkTools(VisualStudioSpec visualStudioSpec)
3 references to GetPathToDotNetFrameworkSdkTools
Microsoft.Build.Utilities.Core (3)
FrameworkLocationHelper.cs (3)
671return dotNetFrameworkSpec.GetPathToDotNetFrameworkSdkTools(visualStudioSpec); 1513string pathToBinRoot = this.GetPathToDotNetFrameworkSdkTools(visualStudioSpec); 1704string pathToBinRoot = this.GetPathToDotNetFrameworkSdkTools(visualStudioSpec);