7 references to DocumentCtor
System.Private.Xml (7)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
488case QilNodeType.DocumentCtor: this.xstates = PossibleXmlStates.WithinContent; break;
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
110case QilNodeType.DocumentCtor: 5216case QilNodeType.DocumentCtor:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4594case QilNodeType.DocumentCtor: return XPathNodeType.Root;
System\Xml\Xsl\QIL\QilFactory.cs (1)
846QilUnary n = new QilUnary(QilNodeType.DocumentCtor, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
130QilNodeType.DocumentCtor => CheckDocumentCtor((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
213QilNodeType.DocumentCtor => VisitDocumentCtor((QilUnary)n),