2 writes to BaseType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1475
builder._simpleContentRestriction.
BaseType
= builder._simpleType;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12185
o.
@BaseType
= Read34_XmlSchemaSimpleType(false, true);
27 references to BaseType
dotnet-svcutil-lib (27)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1783
if (contentRestriction.
BaseType
!= null)
1785
SetParent(contentRestriction.
BaseType
, contentRestriction);
1786
PreprocessSimpleType(contentRestriction.
BaseType
, true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (8)
851
if (simpleRestriction.
BaseType
== null)
859
CompileSimpleType(simpleRestriction.
BaseType
);
860
if (!XmlSchemaType.IsDerivedFromDatatype(simpleRestriction.
BaseType
.Datatype, baseType.Datatype, XmlSchemaDerivationMethod.None))
864
datatype = simpleRestriction.
BaseType
.Datatype;
869
if (simpleRestriction.
BaseType
!= null)
871
CompileSimpleType(simpleRestriction.
BaseType
);
872
complexType.SetBaseSchemaType(simpleRestriction.
BaseType
);
873
datatype = simpleRestriction.
BaseType
.Datatype;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1426
if (contentRestriction.
BaseType
!= null)
1428
SetParent(contentRestriction.
BaseType
, contentRestriction);
1429
PreprocessSimpleType(contentRestriction.
BaseType
, true);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (8)
929
if (simpleRestriction.
BaseType
== null)
937
CompileSimpleType(simpleRestriction.
BaseType
);
938
if (!XmlSchemaType.IsDerivedFromDatatype(simpleRestriction.
BaseType
.Datatype, baseType.Datatype, XmlSchemaDerivationMethod.None))
942
datatype = simpleRestriction.
BaseType
.Datatype;
947
if (simpleRestriction.
BaseType
!= null)
949
CompileSimpleType(simpleRestriction.
BaseType
);
950
complexType.SetBaseSchemaType(simpleRestriction.
BaseType
);
951
datatype = simpleRestriction.
BaseType
.Datatype;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1463
if (builder._simpleContentRestriction.
BaseType
!= null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
357
if (restriction.
BaseType
!= null)
358
baseType = restriction.
BaseType
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
895
Write9_XmlSchemaSimpleType((XmlSchemaSimpleType)o.
@BaseType
);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4692
Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaSimpleType)o.
@BaseType
), false, false);