6 references to Text
System.Private.Xml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
515
if (node.NodeType == XslNodeType.
Text
)
737
case XslNodeType.
Text
: result = CompileText((Text)node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
347
: base(XslNodeType.
Text
, null, data, xslVer)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
187
if (instr.NodeType == XslNodeType.
Text
)
444
if (instr.NodeType == XslNodeType.
Text
)
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
38
XslNodeType.
Text
=> VisitText((Text)node),