2 writes to CurPosIndex
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1538context.CurrentState.CurPosIndex = 0; 1561context.CurrentState.CurPosIndex = next;
5 references to CurPosIndex
System.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
1545BitSet curpos = context.CurPos[context.CurrentState.CurPosIndex]; 1546int next = (context.CurrentState.CurPosIndex + 1) % 2; 1593if (!context.CurPos[context.CurrentState.CurPosIndex][endMarkerPos]) { 1601BitSet curpos = context.CurPos[context.CurrentState.CurPosIndex]; 1625BitSet curpos = context.CurPos[context.CurrentState.CurPosIndex];