1 write to NextStates
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
112NextStates = nextStates;
3 references to NextStates
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
2437if (_currentEntry.NextStates != null) 2439for (int i = 0; i < _currentEntry.NextStates.Length; ++i) 2441int state = (int)_currentEntry.NextStates[i];