11 references to TextCtor
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
445
case QilNodeType.
TextCtor
: Debug.Assert(ndContent == null); break;
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (5)
567
if (local2.NodeType == QilNodeType.
TextCtor
) {
569
if (local3.NodeType == QilNodeType.
TextCtor
) {
2047
if (local2.NodeType == QilNodeType.
TextCtor
) {
3310
if (local1.NodeType == QilNodeType.
TextCtor
) {
3955
case QilNodeType.
TextCtor
:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
4178
case QilNodeType.
TextCtor
:
4253
case QilNodeType.
TextCtor
: return XPathNodeType.Text;
System\Xml\Xsl\QIL\QilFactory.cs (1)
808
QilUnary n = new QilUnary(QilNodeType.
TextCtor
, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
132
case QilNodeType.
TextCtor
: return CheckTextCtor((QilUnary)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
204
case QilNodeType.
TextCtor
: return VisitTextCtor((QilUnary)n);