10 references to Choice
System.Private.Xml (10)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (1)
67
case QilNodeType.
Choice
:
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (5)
475
if (ndConstr.NodeType != QilNodeType.
Choice
)
500
case QilNodeType.
Choice
: this.xstates = PossibleXmlStates.Any; break;
507
if (ndConstr.NodeType == QilNodeType.
Choice
)
555
case QilNodeType.
Choice
: AnalyzeChoice((nd as QilChoice)!, info); break;
989
case QilNodeType.
Choice
:
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5220
case QilNodeType.
Choice
:
System\Xml\Xsl\QIL\QilFactory.cs (1)
378
QilChoice n = new QilChoice(QilNodeType.
Choice
, expression, branches);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
65
QilNodeType.
Choice
=> CheckChoice((QilChoice)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
148
QilNodeType.
Choice
=> VisitChoice((QilChoice)n),