1 write to _stateHistory
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
701_stateHistory = new HWStack(STACK_INCREMENT);
6 references to _stateHistory
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (6)
822_stateHistory.Push(); 823_stateHistory[_stateHistory.Length - 1] = _currentEntry; 834_currentEntry = (XsdEntry)_stateHistory.Pop(); 846get { return ((XsdEntry)_stateHistory[_stateHistory.Length - 1]).Name; }