3 references to complexTypeStack
System.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (3)
188
while (this.
complexTypeStack
.Count > 0) {
189
XmlSchemaComplexType type = (XmlSchemaComplexType)
complexTypeStack
.Pop();
1620
this.
complexTypeStack
.Push(complexType);