2 instantiations of ChoiceNode
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
345
InteriorNode choice = new
ChoiceNode
();
1057
InteriorNode choice = new
ChoiceNode
();
5 references to ChoiceNode
System.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
407
if (this_.leftChild is
ChoiceNode
|| this_.leftChild is SequenceNode) {
585
ChoiceNode
this_ = this;
589
this_ = n as
ChoiceNode
;
600
ChoiceNode
this_ = this;
605
this_ = n as
ChoiceNode
;