Base:
method
RemoveNodeAt
Microsoft.Xml.XmlNamedNodeMap.RemoveNodeAt(System.Int32)
4 references to RemoveNodeAt
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (2)
238RemoveNodeAt(offset); 251return (XmlAttribute)RemoveNodeAt(i);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
824elem.Attributes.RemoveNodeAt(i); 841elem.Attributes.RemoveNodeAt(i);