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