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