10 references to schemaTypes
System.Xml (10)
System\Xml\Schema\SchemaSetCompiler.cs (10)
42schemaSet.schemaTypes = schemaTypes; 87AddToTable(schemaTypes, type.QualifiedName, type); 106this.schemaTypes.Replace(builtInType.QualifiedName, builtInType); 125foreach (XmlSchemaType type in schemaTypes.Values) { 152schemaTypes.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType); 164foreach (XmlSchemaType type in schemaTypes.Values) { 195foreach (XmlSchemaType type in schemaTypes.Values) { 2521XmlSchemaSimpleType type = schemaTypes[name] as XmlSchemaSimpleType; 2532XmlSchemaComplexType type = schemaTypes[name] as XmlSchemaComplexType; 2540XmlSchemaType type = (XmlSchemaType)schemaTypes[name];