5 writes to BaseTypeName
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
495extension.BaseTypeName = baseTypeName;
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
362newComplexExt.BaseTypeName = complexExt.BaseTypeName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1677builder._complexContentExtension!.BaseTypeName = builder.ParseQName(value, "base");
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1003extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12570o.@BaseTypeName = ToXmlQualifiedName(Reader.Value);
23 references to BaseTypeName
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
1067if (ccExtension.BaseTypeName.Namespace != Keywords.XSDNS) 1070HandleSimpleContentColumn(ccExtension.BaseTypeName.ToString(), table, isBase, ct.ContentModel.UnhandledAttributes, isNillable); 1074HandleSimpleContentColumn(ccExtension.BaseTypeName.Name, table, isBase, ct.ContentModel.UnhandledAttributes, isNillable);
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
320baseTypeName = extension.BaseTypeName; 466dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
System.Private.Xml (17)
System\Xml\Schema\Preprocessor.cs (3)
1122baseName = ((XmlSchemaComplexContentExtension)content.Content!).BaseTypeName; 1784if (contentExtension.BaseTypeName.IsEmpty) 1790ValidateQNameAttribute(contentExtension, "base", contentExtension.BaseTypeName);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
928if (complexType.Redefined != null && complexExtension.BaseTypeName == complexType.Redefined.QualifiedName) 935baseType = GetComplexType(complexExtension.BaseTypeName); 938SendValidationEvent(SR.Sch_UndefBaseExtension, complexExtension.BaseTypeName.ToString(), complexExtension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
798baseName = ((XmlSchemaComplexContentExtension)content.Content!).BaseTypeName; 1449if (contentExtension.BaseTypeName.IsEmpty) 1455ValidateQNameAttribute(contentExtension, "base", contentExtension.BaseTypeName);
System\Xml\Schema\SchemaSetCompiler.cs (3)
1011if (complexType.Redefined != null && complexExtension.BaseTypeName == complexType.Redefined.QualifiedName) 1018baseType = GetComplexType(complexExtension.BaseTypeName); 1021SendValidationEvent(SR.Sch_UndefBaseExtension, complexExtension.BaseTypeName.ToString(), complexExtension);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
280return ((XmlSchemaComplexContentExtension)_contentModel.Content).BaseTypeName; 362newComplexExt.BaseTypeName = complexExt.BaseTypeName.Clone();
System\Xml\Serialization\ImportContext.cs (1)
289baseName = complex.BaseTypeName;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
928if (!o.@BaseTypeName.IsEmpty) 930WriteAttribute(@"base", @"", o.@BaseTypeName);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4161WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@BaseTypeName)));