7 references to types
System.Xml (7)
System\Xml\Serialization\XmlSchemaExporter.cs (7)
551
XmlSchemaComplexType type = (XmlSchemaComplexType)
types
[currentMapping];
560
types
.Add(currentMapping, type);
867
XmlSchemaComplexType type = (XmlSchemaComplexType)
types
[mapping];
875
types
.Add(mapping, type);
895
model.IsMixed = XmlSchemaImporter.IsMixed((XmlSchemaComplexType)
types
[mapping.BaseMapping]);
1008
XmlSchemaSimpleType dataType = (XmlSchemaSimpleType)
types
[mapping];
1014
types
.Add(mapping, dataType);