Base:
method
InsertNodeAt
System.Xml.XmlNamedNodeMap.InsertNodeAt(System.Int32, System.Xml.XmlNode)
5 references to InsertNodeAt
System.Xml (5)
System\Xml\Dom\XmlAttributeCollection.cs (5)
111
InsertNodeAt
( offset, node );
126
InsertNodeAt
( 0, node );
172
InsertNodeAt
( offset, newNode );
200
InsertNodeAt
( offset+1, newNode );
279
InsertNodeAt
( i, defattr );