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