13 references to AddAttribute
Microsoft.Build.Tasks.Core (13)
BootstrapperUtil\BootstrapperBuilder.cs (13)
1022AddAttribute(mergeElement, "PackageCode", packageCode);
1278AddAttribute(mergeSubNode, attribute.Name, attribute.Value);
1284AddAttribute(mergeSubNode, attribute.Name, attribute.Value);
1353AddAttribute(currentNode, "Text", stringNode.InnerText);
1568AddAttribute(productNode, "ProductCode", sourceAttribute.Value);
1930AddAttribute(applicationElement, "Name", settings.ApplicationName);
1932AddAttribute(applicationElement, "RequiresElevation", settings.ApplicationRequiresElevation ? "true" : "false");
1938AddAttribute(fileNode, "Name", settings.ApplicationFile);
1939AddAttribute(fileNode, URLNAME_ATTRIBUTE, Uri.EscapeDataString(settings.ApplicationFile));
2106AddAttribute(packageFileNode, PUBLICKEY_ATTRIBUTE, publicKey);
2110AddAttribute(packageFileNode, HASH_ATTRIBUTE, GetFileHash(fileSource));
2126AddAttribute(packageFileNode, HASH_ATTRIBUTE, GetFileHash(fileSource));
2195AddAttribute(node, currentNode.Name, currentNode.InnerText);