1 write to schemas
System.Xml (1)
System\Xml\Serialization\ImportContext.cs (1)
240
this.
schemas
= schemas;
12 references to schemas
System.Xml (12)
System\Xml\Serialization\ImportContext.cs (12)
257
if (
schemas
.IsReference(o))
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);