10 references to _schemaTypes
System.Private.Xml (10)
System\Xml\Schema\SchemaSetCompiler.cs (10)
43schemaSet.schemaTypes = _schemaTypes; 112AddToTable(_schemaTypes, type!.QualifiedName, type); 137_schemaTypes.Replace(builtInType.QualifiedName, builtInType); 160foreach (XmlSchemaType? type in _schemaTypes.Values) 191_schemaTypes.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType); 208foreach (XmlSchemaType? type in _schemaTypes.Values) 253foreach (XmlSchemaType? type in _schemaTypes.Values) 3023XmlSchemaSimpleType? type = _schemaTypes[name] as XmlSchemaSimpleType; 3037XmlSchemaComplexType? type = _schemaTypes[name] as XmlSchemaComplexType; 3048XmlSchemaType? type = (XmlSchemaType?)_schemaTypes[name];