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