2 instantiations of ChoiceNode
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
379
InteriorNode choice = new
ChoiceNode
();
1158
InteriorNode choice = new
ChoiceNode
();
5 references to ChoiceNode
System.Private.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
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
;