12 references to Find
System.Xml (12)
System\Xml\Serialization\ImportContext.cs (11)
328
particle = ((XmlSchemaGroup)schemas.
Find
(refGroup.RefName, typeof(XmlSchemaGroup), false)).Particle;
357
XmlSchemaType type = (XmlSchemaType)schemas.
Find
(memberTypes[i], typeof(XmlSchemaType), false);
364
baseType = (XmlSchemaType)schemas.
Find
(baseName, typeof(XmlSchemaType), false);
382
XmlSchemaElement head = (XmlSchemaElement)schemas.
Find
(el.SubstitutionGroup, typeof(XmlSchemaElement), false);
387
el = (XmlSchemaElement)schemas.
Find
(el.RefName, typeof(XmlSchemaElement), false);
391
XmlSchemaType type = (XmlSchemaType)schemas.
Find
(el.SchemaTypeName, typeof(XmlSchemaType), false);
402
XmlSchemaGroup group = (XmlSchemaGroup)schemas.
Find
(((XmlSchemaGroupRef)item).RefName, typeof(XmlSchemaGroup), false);
411
XmlSchemaAttributeGroup group = (XmlSchemaAttributeGroup)schemas.
Find
(((XmlSchemaAttributeGroupRef)item).RefName, typeof(XmlSchemaAttributeGroup), false);
422
at = (XmlSchemaAttribute)schemas.
Find
(at.RefName, typeof(XmlSchemaAttribute), false);
426
XmlSchemaType type = (XmlSchemaType)schemas.
Find
(at.SchemaTypeName, typeof(XmlSchemaType), false);
442
XmlSchemaType type = (XmlSchemaType)schemas.
Find
(qname, typeof(XmlSchemaType), false);
System\Xml\Serialization\XmlSchemas.cs (1)
275
return
Find
(name, type, true);