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