1 write to stateHistory
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
689this.stateHistory = new HWStack(STACK_INCREMENT);
6 references to stateHistory
System.Xml (6)
System\Xml\Schema\XsdBuilder.cs (6)
785this.stateHistory.Push(); 786this.stateHistory[this.stateHistory.Length - 1] = this.currentEntry; 795this.currentEntry = (XsdEntry)this.stateHistory.Pop(); 805get { return((XsdEntry)this.stateHistory[this.stateHistory.Length - 1]).Name;}