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