9 references to RemoveNamedItem
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (2)
567resourcesNode.Attributes.RemoveNamedItem("Culture"); 2114packageFileNode.Attributes.RemoveNamedItem(PUBLICKEY_ATTRIBUTE);
ManifestUtil\TrustInfo.cs (2)
85permissionSetElement.Attributes.RemoveNamedItem(XmlUtil.TrimPrefix(XPaths.unrestrictedAttribute)); 161document.DocumentElement.Attributes.RemoveNamedItem(XmlUtil.TrimPrefix(XPaths.unrestrictedAttribute));
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);