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