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