6 references to Text
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
447
if (node.NodeType == XslNodeType.
Text
) {
637
case XslNodeType.
Text
: result = CompileText ((Text)node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
362
: base(XslNodeType.
Text
, null, data, xslVer)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
166
if (instr.NodeType == XslNodeType.
Text
) {
451
if (instr.NodeType == XslNodeType.
Text
) {
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
38
case XslNodeType.
Text
: return VisitText ((Text) node);