6 writes to curpos
System.Xml (6)
System\Xml\Schema\ContentValidator.cs (6)
1676
rposInfo.
curpos
= firstpos.Clone();
1742
rposInfo.
curpos
= followpos[pos]; //Note that we are copying the same counters of the current position to that of the follow position
1798
newRPosInfo.
curpos
= followpos[cPos]; //since max has been reached, Get followposition of range node
1804
newRPosInfo.
curpos
= lrNode.NextIteration;
1810
newRPosInfo.
curpos
= lrNode.NextIteration; //set currentpos to firstpos of node which has the range
1818
newRPosInfo.
curpos
= followpos[cPos];
9 references to curpos
System.Xml (9)
System\Xml\Schema\ContentValidator.cs (9)
1681
context.HasMatched = rposInfo.
curpos
.Get(endMarkerPos);
1703
BitSet curpos = rposInfo.
curpos
;
1736
matched = rposInfo.
curpos
.Get(pos); //Look for the bitset that matches the same position as pos
1772
BitSet currentRunningPosition = runningPositions[k].
curpos
;
1823
currentRunningPosition = runningPositions[j].
curpos
;
1865
Debug.Assert(runningPositions[i].
curpos
!= null);
1866
expectedPos.Or(runningPositions[i].
curpos
);
1900
Debug.Assert(runningPositions[i].
curpos
!= null);
1901
expectedPos.Or(runningPositions[i].
curpos
);