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)
474
if (ndConstr.NodeType != QilNodeType.
Choice
)
499
case QilNodeType.
Choice
: this.xstates = PossibleXmlStates.Any; break;
506
if (ndConstr.NodeType == QilNodeType.
Choice
)
554
case QilNodeType.
Choice
: AnalyzeChoice((nd as QilChoice)!, info); break;
988
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),