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