2 writes to State
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1580
context.CurrentState.
State
= 0;
1594
context.CurrentState.
State
= state;
4 references to State
System.Private.Xml (4)
System\Xml\Schema\ContentValidator.cs (4)
1590
int state = _transitionTable[context.CurrentState.
State
][symbol];
1595
context.HasMatched = _transitionTable[context.CurrentState.
State
][_symbols.Count] > 0;
1620
int[] transition = _transitionTable[context.CurrentState.
State
];
1656
int[] transition = _transitionTable[context.CurrentState.
State
];