8 references to types
System.Xml (8)
System\Xml\Serialization\SoapSchemaExporter.cs (8)
199
XmlSchemaComplexType type = (XmlSchemaComplexType)
types
[mapping];
204
types
.Add(mapping, type);
278
XmlSchemaComplexType type = (XmlSchemaComplexType)
types
[mapping];
284
types
.Add(mapping, type);
305
XmlSchemaComplexType type = (XmlSchemaComplexType)
types
[mapping];
310
types
.Add(mapping, type);
351
XmlSchemaSimpleType dataType = (XmlSchemaSimpleType)
types
[mapping];
356
types
.Add(mapping, dataType);