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