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