7 references to Find
System.Private.Xml (7)
System\Xml\Serialization\XmlSchemaImporter.cs (7)
379
object? type = Schemas.
Find
(qname, typeof(XmlSchemaType));
1857
XmlSchemaGroup? group = (XmlSchemaGroup?)Schemas.
Find
(name, typeof(XmlSchemaGroup));
1866
XmlSchemaAttributeGroup? group = (XmlSchemaAttributeGroup?)Schemas.
Find
(name, typeof(XmlSchemaAttributeGroup));
1922
XmlSchemaSimpleType? dataType = (XmlSchemaSimpleType?)Schemas.
Find
(name, typeof(XmlSchemaSimpleType));
1953
object? type = Schemas.
Find
(name, typeof(XmlSchemaComplexType));
1964
XmlSchemaElement? element = (XmlSchemaElement?)Schemas.
Find
(name, typeof(XmlSchemaElement));
1972
XmlSchemaAttribute? attribute = (XmlSchemaAttribute?)Schemas.
Find
(name, typeof(XmlSchemaAttribute));