Base:
method
InsertNodeAt
System.Xml.XmlNamedNodeMap.InsertNodeAt(System.Int32, System.Xml.XmlNode)
5 references to InsertNodeAt
System.Private.Xml (5)
System\Xml\Dom\XmlAttributeCollection.cs (5)
131InsertNodeAt(offset, node); 147InsertNodeAt(0, node); 199InsertNodeAt(offset, newNode); 228InsertNodeAt(offset + 1, newNode); 324InsertNodeAt(i, defattr);