3 references to RemoveAt
System.Private.Xml (3)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1773attributes.RemoveAt(index);
System\Xml\Dom\XmlAttributeCollection.cs (1)
265RemoveAt(n);
System\Xml\Dom\XmlElement.cs (1)
536return _attributes!.RemoveAt(i);