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