3 references to _containerStack
System.Private.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
816
_containerStack
.Push(GetContainer(_currentEntry.CurrentState));
827
SetContainer(_currentEntry.CurrentState,
_containerStack
.Pop());
843
get { return
_containerStack
.Peek(); }