2 writes to State
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
1680context.CurrentState.State = 0; 1694context.CurrentState.State = state;
4 references to State
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (4)
1690int state = _transitionTable[context.CurrentState.State][symbol]; 1695context.HasMatched = _transitionTable[context.CurrentState.State][_symbols.Count] > 0; 1720int[] transition = _transitionTable[context.CurrentState.State]; 1757int[] transition = _transitionTable[context.CurrentState.State];