3 writes to @BaseTypeName
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9829
o.
@BaseTypeName
= ToXmlQualifiedName(Reader.Value);
System.Xml (2)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
378
newSimpleRest.
BaseTypeName
= simpleRest.BaseTypeName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1633
builder.simpleContentRestriction.
BaseTypeName
= builder.ParseQName(value, "base");
18 references to @BaseTypeName
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3719
WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.
@BaseTypeName
)));
System.Xml (17)
System\Xml\Schema\Preprocessor.cs (3)
963
baseName = ((XmlSchemaSimpleContentRestriction)content.Content).
BaseTypeName
;
1440
if (contentRestriction.
BaseTypeName
.IsEmpty) {
1444
ValidateQNameAttribute(contentRestriction, "base", contentRestriction.
BaseTypeName
);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
667
if (complexType.Redefined != null && simpleRestriction.
BaseTypeName
== complexType.Redefined.QualifiedName) {
673
baseType = GetComplexType(simpleRestriction.
BaseTypeName
);
675
SendValidationEvent(Res.Sch_UndefBaseRestriction, simpleRestriction.
BaseTypeName
.ToString(), simpleRestriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
655
baseName = ((XmlSchemaSimpleContentRestriction)content.Content).
BaseTypeName
;
1126
if (contentRestriction.
BaseTypeName
.IsEmpty) {
1130
ValidateQNameAttribute(contentRestriction, "base", contentRestriction.
BaseTypeName
);
System\Xml\Schema\SchemaSetCompiler.cs (3)
725
if (complexType.Redefined != null && simpleRestriction.
BaseTypeName
== complexType.Redefined.QualifiedName) {
731
baseType = GetComplexType(simpleRestriction.
BaseTypeName
);
733
SendValidationEvent(Res.Sch_UndefBaseRestriction, simpleRestriction.
BaseTypeName
.ToString(), simpleRestriction);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
325
return ((XmlSchemaSimpleContentRestriction)contentModel.Content).
BaseTypeName
;
378
newSimpleRest.BaseTypeName = simpleRest.
BaseTypeName
.Clone();
System\Xml\Serialization\ImportContext.cs (1)
307
baseName = restriction.
BaseTypeName
;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
739
if (!o.
@BaseTypeName
.IsEmpty){
740
WriteAttribute(@"base", @"", o.
@BaseTypeName
);