6 writes to @BaseTypeName
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
491extension.BaseTypeName = baseTypeName;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10119o.@BaseTypeName = ToXmlQualifiedName(Reader.Value);
System.Xml (4)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
392newComplexExt.BaseTypeName = complexExt.BaseTypeName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1557builder.complexContentExtension.BaseTypeName = builder.ParseQName(value, "base");
System\Xml\Serialization\SoapSchemaExporter.cs (1)
290extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace);
System\Xml\Serialization\XmlSchemaExporter.cs (1)
892extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null);
24 references to @BaseTypeName
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
905if (ccExtension.BaseTypeName.Namespace != Keywords.XSDNS){ 907HandleSimpleContentColumn(ccExtension.BaseTypeName.ToString(), table, isBase, ct.ContentModel.UnhandledAttributes, isNillable); 910HandleSimpleContentColumn(ccExtension.BaseTypeName.Name, table, isBase, ct.ContentModel.UnhandledAttributes, isNillable);
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
328baseTypeName = extension.BaseTypeName; 473dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
115return ((XmlSchemaComplexContentExtension)type.ContentModel.Content).BaseTypeName == new XmlQualifiedName(Soap.ArrayType, Soap.Encoding);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3532WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@BaseTypeName)));
System.Xml (17)
System\Xml\Schema\Preprocessor.cs (3)
957baseName = ((XmlSchemaComplexContentExtension)content.Content).BaseTypeName; 1475if (contentExtension.BaseTypeName.IsEmpty) { 1479ValidateQNameAttribute(contentExtension, "base", contentExtension.BaseTypeName);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
732if (complexType.Redefined != null && complexExtension.BaseTypeName == complexType.Redefined.QualifiedName) { 737baseType = GetComplexType(complexExtension.BaseTypeName); 739SendValidationEvent(Res.Sch_UndefBaseExtension, complexExtension.BaseTypeName.ToString(), complexExtension);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
649baseName = ((XmlSchemaComplexContentExtension)content.Content).BaseTypeName; 1161if (contentExtension.BaseTypeName.IsEmpty) { 1165ValidateQNameAttribute(contentExtension, "base", contentExtension.BaseTypeName);
System\Xml\Schema\SchemaSetCompiler.cs (3)
790if (complexType.Redefined != null && complexExtension.BaseTypeName == complexType.Redefined.QualifiedName) { 795baseType = GetComplexType(complexExtension.BaseTypeName); 797SendValidationEvent(Res.Sch_UndefBaseExtension, complexExtension.BaseTypeName.ToString(), complexExtension);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
323return ((XmlSchemaComplexContentExtension)contentModel.Content).BaseTypeName; 392newComplexExt.BaseTypeName = complexExt.BaseTypeName.Clone();
System\Xml\Serialization\ImportContext.cs (1)
314baseName = extension.BaseTypeName;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
773if (!o.@BaseTypeName.IsEmpty){ 774WriteAttribute(@"base", @"", o.@BaseTypeName);