3 instantiations of SequenceNode
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1064InteriorNode sequence = new SequenceNode(); 1086InteriorNode sequence = new SequenceNode(); 1147InteriorNode contentRoot = new SequenceNode();
9 references to SequenceNode
System.Xml (9)
System\Xml\Schema\ContentValidator.cs (9)
407if (this_.leftChild is ChoiceNode || this_.leftChild is SequenceNode) { 439public SequenceNode this_; 445public SequenceConstructPosContext(SequenceNode node, BitSet firstpos, BitSet lastpos) { 461SequenceNode this_ = context.this_; 463if (this_.LeftChild is SequenceNode) { 465context = new SequenceConstructPosContext((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft); 499SequenceNode this_ = this; 506this_ = n as SequenceNode; 854Debug.Assert(parent is SequenceNode);