3 writes to BaseTypeName
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
346
newSimpleRest.
BaseTypeName
= simpleRest.BaseTypeName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1763
builder._simpleContentRestriction!.
BaseTypeName
= builder.ParseQName(value, "base");
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12132
o.
@BaseTypeName
= ToXmlQualifiedName(Reader.Value);
18 references to BaseTypeName
System.Private.Xml (17)
System\Xml\Schema\Preprocessor.cs (3)
1130
baseName = ((XmlSchemaSimpleContentRestriction)content.Content).
BaseTypeName
;
1740
if (contentRestriction.
BaseTypeName
.IsEmpty)
1746
ValidateQNameAttribute(contentRestriction, "base", contentRestriction.
BaseTypeName
);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
844
if (complexType.Redefined != null && simpleRestriction.
BaseTypeName
== complexType.Redefined.QualifiedName)
852
baseType = GetComplexType(simpleRestriction.
BaseTypeName
);
855
SendValidationEvent(SR.Sch_UndefBaseRestriction, simpleRestriction.
BaseTypeName
.ToString(), simpleRestriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
806
baseName = ((XmlSchemaSimpleContentRestriction)content.Content).
BaseTypeName
;
1405
if (contentRestriction.
BaseTypeName
.IsEmpty)
1411
ValidateQNameAttribute(contentRestriction, "base", contentRestriction.
BaseTypeName
);
System\Xml\Schema\SchemaSetCompiler.cs (3)
924
if (complexType.Redefined != null && simpleRestriction.
BaseTypeName
== complexType.Redefined.QualifiedName)
932
baseType = GetComplexType(simpleRestriction.
BaseTypeName
);
935
SendValidationEvent(SR.Sch_UndefBaseRestriction, simpleRestriction.
BaseTypeName
.ToString(), simpleRestriction);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
282
return ((XmlSchemaSimpleContentRestriction)_contentModel.Content).
BaseTypeName
;
346
newSimpleRest.BaseTypeName = simpleRest.
BaseTypeName
.Clone();
System\Xml\Serialization\ImportContext.cs (1)
282
baseName = restriction.
BaseTypeName
;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
889
if (!o.
@BaseTypeName
.IsEmpty)
891
WriteAttribute(@"base", @"", o.
@BaseTypeName
);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4372
WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.
@BaseTypeName
)));