1 write to _schemas
System.Private.Xml (1)
System\Xml\Serialization\ImportContext.cs (1)
200
_schemas
= schemas;
12 references to _schemas
System.Private.Xml (12)
System\Xml\Serialization\ImportContext.cs (12)
221
if (
_schemas
.IsReference(o))
299
particle = ((XmlSchemaGroup)
_schemas
.Find(refGroup.RefName, typeof(XmlSchemaGroup), false)!).Particle;
331
XmlSchemaType? type = (XmlSchemaType?)
_schemas
.Find(memberTypes[i], typeof(XmlSchemaType), false);
338
baseType = (XmlSchemaType?)
_schemas
.Find(baseName, typeof(XmlSchemaType), false);
363
XmlSchemaElement? head = (XmlSchemaElement?)
_schemas
.Find(el.SubstitutionGroup, typeof(XmlSchemaElement), false);
369
el = (XmlSchemaElement)
_schemas
.Find(el.RefName, typeof(XmlSchemaElement), false)!;
374
XmlSchemaType? type = (XmlSchemaType?)
_schemas
.Find(el.SchemaTypeName, typeof(XmlSchemaType), false);
388
XmlSchemaGroup? group = (XmlSchemaGroup?)
_schemas
.Find(((XmlSchemaGroupRef)item).RefName, typeof(XmlSchemaGroup), false);
400
XmlSchemaAttributeGroup? group = (XmlSchemaAttributeGroup?)
_schemas
.Find(((XmlSchemaAttributeGroupRef)item).RefName, typeof(XmlSchemaAttributeGroup), false);
415
at = (XmlSchemaAttribute?)
_schemas
.Find(at.RefName, typeof(XmlSchemaAttribute), false);
420
XmlSchemaType? type = (XmlSchemaType?)
_schemas
.Find(at.SchemaTypeName, typeof(XmlSchemaType), false);
440
XmlSchemaType? type = (XmlSchemaType?)
_schemas
.Find(qname, typeof(XmlSchemaType), false);