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