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