4 references to Copy
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
620
case XslNodeType.
Copy
: result = CompileCopy (node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
422
return new XslNode(XslNodeType.
Copy
);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1165
(1 << (int)XslNodeType.
Copy
) |
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
20
case XslNodeType.
Copy
: return VisitCopy ((XslNode) node);