13 references to AddAttribute
Microsoft.Build.Tasks.Core (13)
BootstrapperUtil\BootstrapperBuilder.cs (13)
1020AddAttribute(mergeElement, "PackageCode", packageCode);
1276AddAttribute(mergeSubNode, attribute.Name, attribute.Value);
1282AddAttribute(mergeSubNode, attribute.Name, attribute.Value);
1351AddAttribute(currentNode, "Text", stringNode.InnerText);
1566AddAttribute(productNode, "ProductCode", sourceAttribute.Value);
1923AddAttribute(applicationElement, "Name", settings.ApplicationName);
1925AddAttribute(applicationElement, "RequiresElevation", settings.ApplicationRequiresElevation ? "true" : "false");
1931AddAttribute(fileNode, "Name", settings.ApplicationFile);
1932AddAttribute(fileNode, URLNAME_ATTRIBUTE, Uri.EscapeDataString(settings.ApplicationFile));
2097AddAttribute(packageFileNode, PUBLICKEY_ATTRIBUTE, publicKey);
2101AddAttribute(packageFileNode, HASH_ATTRIBUTE, GetFileHash(fileSource));
2117AddAttribute(packageFileNode, HASH_ATTRIBUTE, GetFileHash(fileSource));
2186AddAttribute(node, currentNode.Name, currentNode.InnerText);