Base:
method
SetNamedItem
System.Xml.XmlNamedNodeMap.SetNamedItem(System.Xml.XmlNode)
3 references to SetNamedItem
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\BootstrapperBuilder.cs (1)
1145
targetNode.Attributes.
SetNamedItem
(attribute);
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
1036
toElem.Attributes!.
SetNamedItem
(ImportNodeInternal(fromElem.Attributes[iAttr], true));
System\Xml\Dom\XmlElement.cs (1)
315
return (XmlAttribute)Attributes.
SetNamedItem
(newAttr);