2 writes to CurPosIndex
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1704context.CurrentState.CurPosIndex = 0; 1731context.CurrentState.CurPosIndex = next;
5 references to CurPosIndex
System.Private.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
1712BitSet curpos = context.CurPos[context.CurrentState.CurPosIndex]; 1713int next = (context.CurrentState.CurPosIndex + 1) % 2; 1764if (!context.CurPos[context.CurrentState.CurPosIndex][_endMarkerPos]) 1774BitSet curpos = context.CurPos[context.CurrentState.CurPosIndex]; 1802BitSet curpos = context.CurPos[context.CurrentState.CurPosIndex];