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