4 references to Comment
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
619
case XslNodeType.
Comment
: result = CompileComment (node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
418
return new XslNode(XslNodeType.
Comment
);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1164
(1 << (int)XslNodeType.
Comment
) |
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
19
case XslNodeType.
Comment
: return VisitComment ((XslNode) node);