3 references to _complexTypeStack
System.Private.Xml (3)
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
249while (_complexTypeStack.Count > 0) 251XmlSchemaComplexType type = _complexTypeStack.Pop(); 1694_complexTypeStack.Push(complexType);