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