13 writes to BaseTypeName
System.Private.Xml (13)
System\Xml\Schema\Inference\Infer.cs (9)
672
sce.
BaseTypeName
= ST_string;
712
sce.
BaseTypeName
= ST_string;
725
sce.
BaseTypeName
= ST_string;
753
sce.
BaseTypeName
= ST_string;
803
sce.
BaseTypeName
= RefineSimpleType(_xtr.Value, ref SimpleType);
808
sce.
BaseTypeName
= ST_string;
830
sce.
BaseTypeName
= RefineSimpleType(_xtr.Value, ref TypeFlags);
835
sce.
BaseTypeName
= ST_string;
1247
sce.
BaseTypeName
= xse.SchemaTypeName;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
338
newSimpleExt.
BaseTypeName
= simpleExt.BaseTypeName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1739
builder._simpleContentExtension!.
BaseTypeName
= builder.ParseQName(value, "base");
System\Xml\Serialization\XmlSchemaExporter.cs (2)
996
extension.
BaseTypeName
= ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null);
1103
ex.
BaseTypeName
= ExportPrimitiveMapping(pm, ns);
20 references to BaseTypeName
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
1114
HandleSimpleTypeSimpleContentColumn((XmlSchemaSimpleType)ct.BaseXmlSchemaType, ccExtension.
BaseTypeName
.Name, table, isBase, ct.ContentModel.UnhandledAttributes, isNillable);
System.Private.Xml (19)
System\Xml\Schema\Inference\Infer.cs (1)
800
SimpleType = GetSchemaType(sce.
BaseTypeName
);
System\Xml\Schema\Preprocessor.cs (3)
1134
baseName = ((XmlSchemaSimpleContentExtension)content.Content!).
BaseTypeName
;
1726
if (contentExtension.
BaseTypeName
.IsEmpty)
1732
ValidateQNameAttribute(contentExtension, "base", contentExtension.
BaseTypeName
);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
804
if (complexType.Redefined != null && simpleExtension.
BaseTypeName
== complexType.Redefined.QualifiedName)
813
XmlSchemaType? bto = GetAnySchemaType(simpleExtension.
BaseTypeName
);
816
SendValidationEvent(SR.Sch_UndeclaredType, simpleExtension.
BaseTypeName
.ToString(), complexType);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
810
baseName = ((XmlSchemaSimpleContentExtension)content.Content!).
BaseTypeName
;
1391
if (contentExtension.
BaseTypeName
.IsEmpty)
1397
ValidateQNameAttribute(contentExtension, "base", contentExtension.
BaseTypeName
);
System\Xml\Schema\SchemaSetCompiler.cs (3)
882
if (complexType.Redefined != null && simpleExtension.
BaseTypeName
== complexType.Redefined.QualifiedName)
891
XmlSchemaType? bto = GetAnySchemaType(simpleExtension.
BaseTypeName
);
894
SendValidationEvent(SR.Sch_UndeclaredType, simpleExtension.
BaseTypeName
.ToString(), simpleExtension);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
284
return ((XmlSchemaSimpleContentExtension)_contentModel.Content).
BaseTypeName
;
338
newSimpleExt.BaseTypeName = simpleExt.
BaseTypeName
.Clone();
System\Xml\Serialization\ImportContext.cs (1)
296
baseName = simple.
BaseTypeName
;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
873
if (!o.
@BaseTypeName
.IsEmpty)
875
WriteAttribute(@"base", @"", o.
@BaseTypeName
);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
730
items.baseSimpleType = simple.
BaseTypeName
;