2 writes to BaseTypeName
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
374
newComplexRest.
BaseTypeName
= complexRest.BaseTypeName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1696
builder._complexContentRestriction!.
BaseTypeName
= builder.ParseQName(value, "base");
18 references to BaseTypeName
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
470
XmlQualifiedName baseTypeName = restriction.
BaseTypeName
;
System.Private.Xml (17)
System\Xml\Schema\Preprocessor.cs (3)
1118
baseName = ((XmlSchemaComplexContentRestriction)content.Content).
BaseTypeName
;
1803
if (contentRestriction.
BaseTypeName
.IsEmpty)
1809
ValidateQNameAttribute(contentRestriction, "base", contentRestriction.
BaseTypeName
);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
994
if (complexType.Redefined != null && complexRestriction.
BaseTypeName
== complexType.Redefined.QualifiedName)
1001
baseType = GetComplexType(complexRestriction.
BaseTypeName
);
1004
SendValidationEvent(SR.Sch_UndefBaseRestriction, complexRestriction.
BaseTypeName
.ToString(), complexRestriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
794
baseName = ((XmlSchemaComplexContentRestriction)content.Content).
BaseTypeName
;
1468
if (contentRestriction.
BaseTypeName
.IsEmpty)
1474
ValidateQNameAttribute(contentRestriction, "base", contentRestriction.
BaseTypeName
);
System\Xml\Schema\SchemaSetCompiler.cs (3)
1082
if (complexType.Redefined != null && complexRestriction.
BaseTypeName
== complexType.Redefined.QualifiedName)
1089
baseType = GetComplexType(complexRestriction.
BaseTypeName
!);
1092
SendValidationEvent(SR.Sch_UndefBaseRestriction, complexRestriction.
BaseTypeName
.ToString(), complexRestriction);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
278
return ((XmlSchemaComplexContentRestriction)_contentModel.Content).
BaseTypeName
;
374
newComplexRest.BaseTypeName = complexRest.
BaseTypeName
.Clone();
System\Xml\Serialization\ImportContext.cs (1)
276
baseName = ((XmlSchemaComplexContentRestriction)content).
BaseTypeName
;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
1226
if (!o.
@BaseTypeName
.IsEmpty)
1228
WriteAttribute(@"base", @"", o.
@BaseTypeName
);