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