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