Base:
method
InsertNodeAt
Microsoft.Xml.XmlNamedNodeMap.InsertNodeAt(System.Int32, Microsoft.Xml.XmlNode)
5 references to InsertNodeAt
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (5)
128InsertNodeAt(offset, node); 144InsertNodeAt(0, node); 196InsertNodeAt(offset, newNode); 225InsertNodeAt(offset + 1, newNode); 318InsertNodeAt(i, defattr);