3 instantiations of SequenceNode
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (3)
1245InteriorNode sequence = new SequenceNode(); 1271InteriorNode sequence = new SequenceNode(); 1342InteriorNode contentRoot = new SequenceNode();
14 references to SequenceNode
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (14)
486if (this_._leftChild is ChoiceNode || this_._leftChild is SequenceNode) 523public SequenceNode this_; 529public SequenceConstructPosContext(SequenceNode node, BitSet firstpos, BitSet lastpos) 547SequenceNode this_ = context.this_; 549if (this_.LeftChild is SequenceNode) 552context = new SequenceConstructPosContext((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft); 592SequenceNode this_ = this; 600this_ = n as SequenceNode; 643Stack<SequenceNode> nodeStack = new Stack<SequenceNode>(); 644SequenceNode this_ = this; 649if (this_.LeftChild is SequenceNode) 652this_ = (SequenceNode)this_.LeftChild; 990Debug.Assert(parent is SequenceNode);