4 references to CopyChildren
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
57attr.CopyChildren(doc, this, true);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentFragment.cs (1)
117clone.CopyChildren(doc, this, deep);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
75element.CopyChildren(doc, this, deep);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
30attr.CopyChildren(doc, this, true);