12 references to Find
System.Private.Xml (12)
System\Xml\Serialization\ImportContext.cs (11)
306
particle = ((XmlSchemaGroup)_schemas.
Find
(refGroup.RefName, typeof(XmlSchemaGroup), false)!).Particle;
338
XmlSchemaType? type = (XmlSchemaType?)_schemas.
Find
(memberTypes[i], typeof(XmlSchemaType), false);
345
baseType = (XmlSchemaType?)_schemas.
Find
(baseName, typeof(XmlSchemaType), false);
370
XmlSchemaElement? head = (XmlSchemaElement?)_schemas.
Find
(el.SubstitutionGroup, typeof(XmlSchemaElement), false);
376
el = (XmlSchemaElement)_schemas.
Find
(el.RefName, typeof(XmlSchemaElement), false)!;
381
XmlSchemaType? type = (XmlSchemaType?)_schemas.
Find
(el.SchemaTypeName, typeof(XmlSchemaType), false);
395
XmlSchemaGroup? group = (XmlSchemaGroup?)_schemas.
Find
(((XmlSchemaGroupRef)item).RefName, typeof(XmlSchemaGroup), false);
407
XmlSchemaAttributeGroup? group = (XmlSchemaAttributeGroup?)_schemas.
Find
(((XmlSchemaAttributeGroupRef)item).RefName, typeof(XmlSchemaAttributeGroup), false);
422
at = (XmlSchemaAttribute?)_schemas.
Find
(at.RefName, typeof(XmlSchemaAttribute), false);
427
XmlSchemaType? type = (XmlSchemaType?)_schemas.
Find
(at.SchemaTypeName, typeof(XmlSchemaType), false);
447
XmlSchemaType? type = (XmlSchemaType?)_schemas.
Find
(qname, typeof(XmlSchemaType), false);
System\Xml\Serialization\XmlSchemas.cs (1)
211
return
Find
(name, type, true);