3 references to _containerStack
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
824
_containerStack
.Push(GetContainer(_currentEntry.CurrentState));
835
SetContainer(_currentEntry.CurrentState,
_containerStack
.Pop());
851
get { return (XmlSchemaObject)
_containerStack
.Peek(); }