5 references to RemoveNamedItem
System.Configuration.ConfigurationManager (4)
System\Configuration\HandlerBase.cs (3)
13XmlNode a = node.Attributes.RemoveNamedItem(attrib); 112XmlNode attribute = node.Attributes.RemoveNamedItem(name); 130XmlNode attribute = node.Attributes.RemoveNamedItem(name);
System\Configuration\NameValueFileSectionHandler.cs (1)
25XmlNode fileAttribute = section.Attributes.RemoveNamedItem("file");
System.Private.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
298Attributes.RemoveNamedItem(name);