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