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