5 references to ToolName
Microsoft.Build.Tasks.Core (5)
ManifestUtil\SecurityUtil.cs (5)
850string toolPath = ToolLocationHelper.GetPathToWindowsSdkFile(ToolName, TargetDotNetFrameworkVersion.VersionLatest, VisualStudioVersion.VersionLatest); 853toolPath = ToolLocationHelper.GetPathToWindowsSdkFile(ToolName, TargetDotNetFrameworkVersion.Version45, 861toolPath = Path.Combine(pathToDotNetFrameworkSdk, "bin", ToolName); 866toolPath = GetVersionIndependentToolPath(ToolName); 870toolPath = Path.Combine(Directory.GetCurrentDirectory(), ToolName);