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