7 references to Find
System.Private.Xml (7)
System\Xml\Serialization\XmlSchemaImporter.cs (7)
379object? type = Schemas.Find(qname, typeof(XmlSchemaType)); 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));