7 references to DocumentCtor
System.Data.SqlXml (7)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
441
case QilNodeType.
DocumentCtor
: this.xstates = PossibleXmlStates.WithinContent; break;
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
101
case QilNodeType.
DocumentCtor
:
3957
case QilNodeType.
DocumentCtor
:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4251
case QilNodeType.
DocumentCtor
: return XPathNodeType.Root;
System\Xml\Xsl\QIL\QilFactory.cs (1)
822
QilUnary n = new QilUnary(QilNodeType.
DocumentCtor
, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
134
case QilNodeType.
DocumentCtor
: return CheckDocumentCtor((QilUnary)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
206
case QilNodeType.
DocumentCtor
: return VisitDocumentCtor((QilUnary)n);