6 writes to curpos
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (6)
1966rposInfo.curpos = _firstpos.Clone(); 2044rposInfo.curpos = _followpos[pos]; //Note that we are copying the same counters of the current position to that of the follow position 2110newRPosInfo.curpos = _followpos[cPos]; //since max has been reached, Get followposition of range node 2117newRPosInfo.curpos = lrNode.NextIteration; 2124newRPosInfo.curpos = lrNode.NextIteration; //set currentpos to firstpos of node which has the range 2133newRPosInfo.curpos = _followpos[cPos];
9 references to curpos
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (9)
1971context.HasMatched = rposInfo.curpos.Get(_endMarkerPos); 1995BitSet curpos = rposInfo.curpos; 2037matched = rposInfo.curpos.Get(pos); //Look for the bitset that matches the same position as pos 2080BitSet currentRunningPosition = runningPositions[k].curpos; 2138currentRunningPosition = runningPositions[j].curpos; 2184Debug.Assert(runningPositions[i].curpos != null); 2185expectedPos.Or(runningPositions[i].curpos); 2229Debug.Assert(runningPositions[i].curpos != null); 2230expectedPos.Or(runningPositions[i].curpos);