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