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