2 instantiations of SequenceConstructPosContext
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
458
SequenceConstructPosContext context = new
SequenceConstructPosContext
(this, firstpos, lastpos);
465
context = new
SequenceConstructPosContext
((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft);
3 references to SequenceConstructPosContext
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
457
Stack<
SequenceConstructPosContext
> contextStack = new Stack<
SequenceConstructPosContext
>();
458
SequenceConstructPosContext
context = new SequenceConstructPosContext(this, firstpos, lastpos);