2 writes to BaseType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1460
builder._simpleTypeRestriction.
BaseType
= builder._simpleType;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9515
o.
@BaseType
= Read34_XmlSchemaSimpleType(false, true);
20 references to BaseType
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1588
if (restriction.
BaseType
!= null)
1594
PreprocessSimpleType(restriction.
BaseType
, true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
559
CompileSimpleType(restriction.
BaseType
);
560
simpleType.SetBaseSchemaType(restriction.
BaseType
);
561
datatype = restriction.
BaseType
.Datatype;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
1233
if (restriction.
BaseType
!= null)
1239
PreprocessSimpleType(restriction.
BaseType
, true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
640
CompileSimpleType(restriction.
BaseType
);
641
simpleType.SetBaseSchemaType(restriction.
BaseType
);
642
datatype = restriction.
BaseType
.Datatype;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1456
if (builder._simpleTypeRestriction.
BaseType
!= null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
398
baseType = ((XmlSchemaSimpleTypeRestriction)content).
BaseType
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
645
Write9_XmlSchemaSimpleType((XmlSchemaSimpleType)o.
@BaseType
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
1784
if (restriction.
BaseType
!= null)
1786
return ImportDataType(restriction.
BaseType
, typeNs, identifier, null, flags, false);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (4)
558
else if (restriction.
BaseType
!= null)
560
DataContract baseContract = ImportType(restriction.
BaseType
);
1230
else if (restriction.
BaseType
!= null)
1231
dataContract = ImportType(restriction.
BaseType
);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
3250
Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaSimpleType)o.
@BaseType
), false, false);