2 references to SequenceConstructPosContext
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
495
SequenceConstructPosContext context = new
SequenceConstructPosContext
(this, firstpos, lastpos);
504
context = new
SequenceConstructPosContext
((SequenceNode)this_.LeftChild, context.firstpos, context.lastposLeft);