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