7 references to Find
System.Private.Xml (7)
System\Xml\Serialization\XmlSchemaImporter.cs (7)
363object? type = Schemas.Find(qname, typeof(XmlSchemaType)); 1817XmlSchemaGroup? group = (XmlSchemaGroup?)Schemas.Find(name, typeof(XmlSchemaGroup)); 1826XmlSchemaAttributeGroup? group = (XmlSchemaAttributeGroup?)Schemas.Find(name, typeof(XmlSchemaAttributeGroup)); 1882XmlSchemaSimpleType? dataType = (XmlSchemaSimpleType?)Schemas.Find(name, typeof(XmlSchemaSimpleType)); 1913object? type = Schemas.Find(name, typeof(XmlSchemaComplexType)); 1924XmlSchemaElement? element = (XmlSchemaElement?)Schemas.Find(name, typeof(XmlSchemaElement)); 1932XmlSchemaAttribute? attribute = (XmlSchemaAttribute?)Schemas.Find(name, typeof(XmlSchemaAttribute));