3 instantiations of SequenceNode
System.Private.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1166
InteriorNode sequence = new
SequenceNode
();
1192
InteriorNode sequence = new
SequenceNode
();
1249
var contentRoot = new
SequenceNode
();
15 references to SequenceNode
System.Private.Xml (15)
System\Xml\Schema\ContentValidator.cs (15)
443
if (this_._leftChild is ChoiceNode || this_._leftChild is
SequenceNode
)
475
public
SequenceNode
this_;
481
public SequenceConstructPosContext(
SequenceNode
node, BitSet firstpos, BitSet lastpos)
499
SequenceNode
this_ = context.this_;
501
if (this_.LeftChild is
SequenceNode
)
504
context = new SequenceConstructPosContext((
SequenceNode
)this_.LeftChild, context.firstpos, context.lastposLeft);
545
SequenceNode
? this_ = this;
553
this_ = n as
SequenceNode
;
569
Stack<
SequenceNode
> nodeStack = new Stack<
SequenceNode
>();
570
SequenceNode
this_ = this;
575
if (this_.LeftChild is
SequenceNode
)
578
this_ = (
SequenceNode
)this_.LeftChild;
910
Debug.Assert(parent is
SequenceNode
);
1249
var
contentRoot = new SequenceNode();