1 write to NextStates
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
108NextStates = nextStates;
3 references to NextStates
System.Private.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
2432if (_currentEntry.NextStates != null) 2434for (int i = 0; i < _currentEntry.NextStates.Length; ++i) 2436int state = (int)_currentEntry.NextStates[i];