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