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