1 write to _stateHistory
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
692_stateHistory = new HWStack(STACK_INCREMENT);
6 references to _stateHistory
System.Private.Xml (6)
System\Xml\Schema\XsdBuilder.cs (6)
814_stateHistory.Push(); 815_stateHistory[_stateHistory.Length - 1] = _currentEntry; 826_currentEntry = (XsdEntry)_stateHistory.Pop()!; 838get { return ((XsdEntry)_stateHistory[_stateHistory.Length - 1]).Name; }