Base:
method
SetNamedItem
System.Xml.XmlNamedNodeMap.SetNamedItem(System.Xml.XmlNode)
3 references to SetNamedItem
aspire (1)
Projects\ProjectUpdater.cs (1)
438
projectNode.Attributes!.
SetNamedItem
(newSdkAttribute);
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
1032
toElem.Attributes!.
SetNamedItem
(ImportNodeInternal(fromElem.Attributes[iAttr], true));
System\Xml\Dom\XmlElement.cs (1)
315
return (XmlAttribute)Attributes.
SetNamedItem
(newAttr);