4 references to Comment
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
719case XslNodeType.Comment: result = CompileComment(node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
415return new XslNode(XslNodeType.Comment);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1313(1 << (int)XslNodeType.Comment) |
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
19XslNodeType.Comment => VisitComment((XslNode)node),