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