11 references to XmlSchemaSimpleType
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
180simpleType = new XmlSchemaSimpleType();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
459XmlSchemaSimpleType type = new XmlSchemaSimpleType();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1420builder._xso = builder._simpleType = new XmlSchemaSimpleType();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (2)
412dataType = new XmlSchemaSimpleType(); 434XmlSchemaSimpleType enumType = new XmlSchemaSimpleType();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (2)
655XmlSchemaSimpleType dataType = new XmlSchemaSimpleType(); 666XmlSchemaSimpleType dataType = new XmlSchemaSimpleType();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (3)
807XmlSchemaSimpleType dataType = new XmlSchemaSimpleType(); 1191dataType = new XmlSchemaSimpleType(); 1215XmlSchemaSimpleType enumType = new XmlSchemaSimpleType();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9265o = new Microsoft.Xml.Schema.XmlSchemaSimpleType();