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