Base:
method
RemoveNodeAt
Microsoft.Xml.XmlNamedNodeMap.RemoveNodeAt(System.Int32)
4 references to RemoveNodeAt
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (2)
238
RemoveNodeAt
(offset);
251
return (XmlAttribute)
RemoveNodeAt
(i);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
824
elem.Attributes.
RemoveNodeAt
(i);
841
elem.Attributes.
RemoveNodeAt
(i);