15 references to Schemas
System.Private.Xml (15)
System\Xml\Serialization\SchemaImporter.cs (1)
45
Schemas
.SetCache(Context.Cache, Context.ShareTypes);
System\Xml\Serialization\XmlSchemaImporter.cs (14)
172
XmlSchemaObject? xso =
Schemas
.SchemaSet.GlobalTypes[typeName];
379
object? type =
Schemas
.Find(qname, typeof(XmlSchemaType));
395
foreach (XmlSchema schema in
Schemas
)
397
if (
Schemas
.IsReference(schema)) continue;
548
structMapping.IsReference =
Schemas
.IsReference(type);
611
structMapping.IsReference =
Schemas
.IsReference(dataType);
1071
foreach (XmlSchema schema in
Schemas
.SchemaSet.Schemas())
1743
enumMapping.IsReference =
Schemas
.IsReference(dataType);
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));