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