2 instantiations of ChoiceNode
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
379
InteriorNode choice = new
ChoiceNode
();
1158
InteriorNode choice = new
ChoiceNode
();
10 references to ChoiceNode
System.Private.Xml (10)
System\Xml\Schema\ContentValidator.cs (10)
443
if (this_._leftChild is
ChoiceNode
|| this_._leftChild is SequenceNode)
613
ChoiceNode
? this_ = this;
618
this_ = n as
ChoiceNode
;
631
ChoiceNode
? this_ = this;
637
this_ = n as
ChoiceNode
;
652
Stack<
ChoiceNode
> nodeStack = new Stack<
ChoiceNode
>();
653
ChoiceNode
this_ = this;
658
if (this_.LeftChild is
ChoiceNode
)
661
this_ = (
ChoiceNode
)this_.LeftChild;