2 writes to @BaseType
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7662o.@BaseType = Read34_XmlSchemaSimpleType(false, true);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1365builder.simpleTypeRestriction.BaseType = builder.simpleType;
21 references to @BaseType
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
119baseType = content.BaseType.Name;
System.Runtime.Serialization (4)
System\Runtime\Serialization\SchemaImporter.cs (4)
559else if (restriction.BaseType != null) 561DataContract baseContract = ImportType(restriction.BaseType); 1236else if (restriction.BaseType != null) 1237dataContract = ImportType(restriction.BaseType);
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2560Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleType)o.@BaseType), false, false);
System.Xml (15)
System\Xml\Schema\Preprocessor.cs (2)
1295if (restriction.BaseType != null) { 1299PreprocessSimpleType(restriction.BaseType, true);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
446CompileSimpleType(restriction.BaseType); 447simpleType.SetBaseSchemaType(restriction.BaseType); 448datatype = restriction.BaseType.Datatype;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
983if (restriction.BaseType != null) { 987PreprocessSimpleType(restriction.BaseType, true);
System\Xml\Schema\SchemaSetCompiler.cs (3)
510CompileSimpleType(restriction.BaseType); 511simpleType.SetBaseSchemaType(restriction.BaseType); 512datatype = restriction.BaseType.Datatype;
System\Xml\Schema\XsdBuilder.cs (1)
1362if (builder.simpleTypeRestriction.BaseType != null) {
System\Xml\Serialization\ImportContext.cs (1)
338baseType = ((XmlSchemaSimpleTypeRestriction)content).BaseType;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
534Write9_XmlSchemaSimpleType((XmlSchemaSimpleType)o.@BaseType);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1555if (restriction.BaseType != null) { 1556return ImportDataType(restriction.BaseType, typeNs, identifier, null, flags, false);