1 write to NextIteration
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
484((LeafRangeNode)this_.RightChild).NextIteration = context.firstpos.Clone();
3 references to NextIteration
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1231tempFollowPos.Or(lrNode.NextIteration); //Add the nextIteration of the range node (this is the firstpos of its parent's leftChild) 1804newRPosInfo.curpos = lrNode.NextIteration; 1810newRPosInfo.curpos = lrNode.NextIteration; //set currentpos to firstpos of node which has the range