1 write to NextIteration
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
575((LeafRangeNode)this_.RightChild).NextIteration = context.firstpos.Clone();
3 references to NextIteration
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (3)
1438tempFollowPos.Or(lrNode.NextIteration); //Add the nextIteration of the range node (this is the firstpos of its parent's leftChild) 2117newRPosInfo.curpos = lrNode.NextIteration; 2124newRPosInfo.curpos = lrNode.NextIteration; //set currentpos to firstpos of node which has the range