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