2 instantiations of ChoiceNode
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
379InteriorNode choice = new ChoiceNode(); 1158InteriorNode choice = new ChoiceNode();
5 references to ChoiceNode
System.Private.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
443if (this_._leftChild is ChoiceNode || this_._leftChild is SequenceNode) 613ChoiceNode? this_ = this; 618this_ = n as ChoiceNode; 631ChoiceNode? this_ = this; 637this_ = n as ChoiceNode;