3 references to containerStack
System.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
787
containerStack
.Push(GetContainer(this.currentEntry.CurrentState));
796
SetContainer(this.currentEntry.CurrentState,
containerStack
.Pop());
809
get { return (XmlSchemaObject)
containerStack
.Peek(); }