5 references to XsltCopyOf
System.Private.Xml (5)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
497case QilNodeType.XsltCopyOf: Debug.Assert(ndContent == null); break;
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5219case QilNodeType.XsltCopyOf:
System\Xml\Xsl\QIL\QilFactory.cs (1)
1014QilUnary n = new QilUnary(QilNodeType.XsltCopyOf, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
152QilNodeType.XsltCopyOf => CheckXsltCopyOf((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
235QilNodeType.XsltCopyOf => VisitXsltCopyOf((QilUnary)n),