11 references to TextCtor
System.Private.Xml (11)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
492
case QilNodeType.
TextCtor
: Debug.Assert(ndContent == null); break;
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (5)
701
if (local2.NodeType == QilNodeType.
TextCtor
)
704
if (local3.NodeType == QilNodeType.
TextCtor
)
2701
if (local2.NodeType == QilNodeType.
TextCtor
)
4406
if (local1.NodeType == QilNodeType.
TextCtor
)
5214
case QilNodeType.
TextCtor
:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
4511
case QilNodeType.
TextCtor
:
4596
case QilNodeType.
TextCtor
: return XPathNodeType.Text;
System\Xml\Xsl\QIL\QilFactory.cs (1)
830
QilUnary n = new QilUnary(QilNodeType.
TextCtor
, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
128
QilNodeType.
TextCtor
=> CheckTextCtor((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
211
QilNodeType.
TextCtor
=> VisitTextCtor((QilUnary)n),