5 references to ToolName
Microsoft.Build.Tasks.Core (5)
ManifestUtil\SecurityUtil.cs (5)
877string toolPath = ToolLocationHelper.GetPathToWindowsSdkFile(ToolName, TargetDotNetFrameworkVersion.VersionLatest, VisualStudioVersion.VersionLatest); 880toolPath = ToolLocationHelper.GetPathToWindowsSdkFile(ToolName, TargetDotNetFrameworkVersion.Version45, 888toolPath = Path.Combine(pathToDotNetFrameworkSdk, "bin", ToolName); 893toolPath = GetVersionIndependentToolPath(ToolName); 897toolPath = Path.Combine(Directory.GetCurrentDirectory(), ToolName);