2 instantiations of ChoiceNode
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
412InteriorNode choice = new ChoiceNode(); 1237InteriorNode choice = new ChoiceNode();
10 references to ChoiceNode
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (10)
486if (this_._leftChild is ChoiceNode || this_._leftChild is SequenceNode) 688ChoiceNode this_ = this; 693this_ = n as ChoiceNode; 706ChoiceNode this_ = this; 712this_ = n as ChoiceNode; 727Stack<ChoiceNode> nodeStack = new Stack<ChoiceNode>(); 728ChoiceNode this_ = this; 733if (this_.LeftChild is ChoiceNode) 736this_ = (ChoiceNode)this_.LeftChild;