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