15 references to Schemas
System.Private.Xml (15)
System\Xml\Serialization\SchemaImporter.cs (1)
45Schemas.SetCache(Context.Cache, Context.ShareTypes);
System\Xml\Serialization\XmlSchemaImporter.cs (14)
172XmlSchemaObject? xso = Schemas.SchemaSet.GlobalTypes[typeName]; 379object? type = Schemas.Find(qname, typeof(XmlSchemaType)); 395foreach (XmlSchema schema in Schemas) 397if (Schemas.IsReference(schema)) continue; 548structMapping.IsReference = Schemas.IsReference(type); 611structMapping.IsReference = Schemas.IsReference(dataType); 1071foreach (XmlSchema schema in Schemas.SchemaSet.Schemas()) 1743enumMapping.IsReference = Schemas.IsReference(dataType); 1857XmlSchemaGroup? group = (XmlSchemaGroup?)Schemas.Find(name, typeof(XmlSchemaGroup)); 1866XmlSchemaAttributeGroup? group = (XmlSchemaAttributeGroup?)Schemas.Find(name, typeof(XmlSchemaAttributeGroup)); 1922XmlSchemaSimpleType? dataType = (XmlSchemaSimpleType?)Schemas.Find(name, typeof(XmlSchemaSimpleType)); 1953object? type = Schemas.Find(name, typeof(XmlSchemaComplexType)); 1964XmlSchemaElement? element = (XmlSchemaElement?)Schemas.Find(name, typeof(XmlSchemaElement)); 1972XmlSchemaAttribute? attribute = (XmlSchemaAttribute?)Schemas.Find(name, typeof(XmlSchemaAttribute));