3 references to RemoveAt
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
1802attributes.RemoveAt(index);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (1)
261RemoveAt(n);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
530return _attributes.RemoveAt(i);