3 references to ImportNodeInternal
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (3)
889return ImportNodeInternal(node, deep); 971toElem.Attributes.SetNamedItem(ImportNodeInternal(fromElem.Attributes[iAttr], true)); 980toNode.AppendChild(ImportNodeInternal(n, deep));