3 references to complexTypeStack
System.Xml (3)
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
194
while (this.
complexTypeStack
.Count > 0) {
195
XmlSchemaComplexType type = (XmlSchemaComplexType)
complexTypeStack
.Pop();
1346
this.
complexTypeStack
.Push(complexType);