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)
128
InsertNodeAt
(offset, node);
144
InsertNodeAt
(0, node);
196
InsertNodeAt
(offset, newNode);
225
InsertNodeAt
(offset + 1, newNode);
318
InsertNodeAt
(i, defattr);