10 references to XmlSchemaSimpleType
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
425XmlSchemaSimpleType type = new XmlSchemaSimpleType(); 448XmlSchemaSimpleType anonymousType = new XmlSchemaSimpleType();
System.Private.Xml (8)
System\Xml\Schema\DataTypeImplementation.cs (1)
174simpleType = new XmlSchemaSimpleType();
System\Xml\Schema\Preprocessor.cs (1)
441XmlSchemaSimpleType type = new XmlSchemaSimpleType();
System\Xml\Schema\XsdBuilder.cs (1)
1413builder._xso = builder._simpleType = new XmlSchemaSimpleType();
System\Xml\Serialization\Types.cs (2)
630XmlSchemaSimpleType dataType = new XmlSchemaSimpleType(); 641XmlSchemaSimpleType dataType = new XmlSchemaSimpleType();
System\Xml\Serialization\XmlSchemaExporter.cs (3)
766XmlSchemaSimpleType dataType = new XmlSchemaSimpleType(); 1148dataType = new XmlSchemaSimpleType(); 1172XmlSchemaSimpleType enumType = new XmlSchemaSimpleType();