3 references to Remove
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (1)
324attr.OwnerElement.Attributes.Remove(attr);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (2)
320return (XmlAttribute)Attributes.Remove(oldAttr); 398Attributes.Remove(attr);