2 writes to BaseType
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1453builder._simpleTypeRestriction.BaseType = builder._simpleType;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9412o.@BaseType = Read34_XmlSchemaSimpleType(false, true);
21 references to BaseType
System.Data.Common (1)
System\Data\SimpleType.cs (1)
83_baseType = content.BaseType!.Name;
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\SchemaImporter.cs (4)
555else if (restriction.BaseType != null) 557DataContract baseContract = ImportType(restriction.BaseType); 1230else if (restriction.BaseType != null) 1231dataContract = ImportType(restriction.BaseType);
System.Private.Xml (15)
System\Xml\Schema\Preprocessor.cs (2)
1557if (restriction.BaseType != null) 1563PreprocessSimpleType(restriction.BaseType, true);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
567CompileSimpleType(restriction.BaseType!); 568simpleType.SetBaseSchemaType(restriction.BaseType); 569datatype = restriction.BaseType!.Datatype!;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1224if (restriction.BaseType != null) 1230PreprocessSimpleType(restriction.BaseType, true);
System\Xml\Schema\SchemaSetCompiler.cs (3)
653CompileSimpleType(restriction.BaseType!); 654simpleType.SetBaseSchemaType(restriction.BaseType); 655datatype = restriction.BaseType!.Datatype!;
System\Xml\Schema\XsdBuilder.cs (1)
1449if (builder._simpleTypeRestriction!.BaseType != null)
System\Xml\Serialization\ImportContext.cs (1)
316baseType = ((XmlSchemaSimpleTypeRestriction)content).BaseType;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
644Write9_XmlSchemaSimpleType((XmlSchemaSimpleType?)o.@BaseType);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1643if (restriction.BaseType != null) 1645return ImportDataType(restriction.BaseType, typeNs, identifier, null, flags, false);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3009Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleType)o.@BaseType), false, false);