2 writes to State
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1435context.CurrentState.State = 0; 1447context.CurrentState.State = state;
4 references to State
System.Xml (4)
System\Xml\Schema\ContentValidator.cs (4)
1444int state = transitionTable[context.CurrentState.State][symbol]; 1448context.HasMatched = transitionTable[context.CurrentState.State][symbols.Count] > 0; 1469int[] transition = transitionTable[context.CurrentState.State]; 1497int[] transition = transitionTable[context.CurrentState.State];