1 override of GetPathToDotNetFrameworkSdkTools
Microsoft.Build.Utilities.Core (1)
FrameworkLocationHelper.cs (1)
1682public override string GetPathToDotNetFrameworkSdkTools(VisualStudioSpec visualStudioSpec)
4 references to GetPathToDotNetFrameworkSdkTools
Microsoft.Build.Utilities.Core (4)
FrameworkLocationHelper.cs (4)
704return dotNetFrameworkSpec.GetPathToDotNetFrameworkSdkTools(visualStudioSpec); 1553string pathToBinRoot = this.GetPathToDotNetFrameworkSdkTools(visualStudioSpec); 1621return dotNetFrameworkSpec.GetPathToDotNetFrameworkSdkTools(visualStudioSpec); 1744string pathToBinRoot = this.GetPathToDotNetFrameworkSdkTools(visualStudioSpec);