6 writes to curpos
System.Private.Xml (6)
System\Xml\Schema\ContentValidator.cs (6)
1861
rposInfo.
curpos
= _firstpos.Clone();
1928
rposInfo.
curpos
= _followpos[pos]; //Note that we are copying the same counters of the current position to that of the follow position
1990
newRPosInfo.
curpos
= _followpos[cPos]; //since max has been reached, Get followposition of range node
1997
newRPosInfo.
curpos
= lrNode.NextIteration!;
2004
newRPosInfo.
curpos
= lrNode.NextIteration!; //set currentpos to firstpos of node which has the range
2010
newRPosInfo.
curpos
= _followpos[cPos];
9 references to curpos
System.Private.Xml (9)
System\Xml\Schema\ContentValidator.cs (9)
1866
context.HasMatched = rposInfo.
curpos
.Get(_endMarkerPos);
1886
BitSet curpos = rposInfo.
curpos
;
1925
matched = rposInfo.
curpos
.Get(pos); //Look for the bitset that matches the same position as pos
1961
BitSet currentRunningPosition = runningPositions![k].
curpos
;
2016
currentRunningPosition = runningPositions[j].
curpos
;
2046
Debug.Assert(runningPositions[i].
curpos
!= null);
2047
expectedPos.Or(runningPositions[i].
curpos
);
2089
Debug.Assert(runningPositions[i].
curpos
!= null);
2090
expectedPos.Or(runningPositions[i].
curpos
);