6 writes to @BaseTypeName
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
234contentRestriction.BaseTypeName = discoveryVersion.Implementation.QualifiedNames.AnyType;
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
90restriction.BaseTypeName = new XmlQualifiedName(Soap.ArrayType, Soap.Encoding);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10024o.@BaseTypeName = ToXmlQualifiedName(Reader.Value);
System.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
402newComplexRest.BaseTypeName = complexRest.BaseTypeName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1574builder.complexContentRestriction.BaseTypeName = builder.ParseQName(value, "base");
System\Xml\Serialization\SoapSchemaExporter.cs (1)
226restriction.BaseTypeName = ArrayQName;
21 references to @BaseTypeName
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
478XmlQualifiedName baseTypeName = restriction.BaseTypeName;
System.Web.Services (3)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
118return ((XmlSchemaComplexContentRestriction)type.ContentModel.Content).BaseTypeName == new XmlQualifiedName(Soap.ArrayType, Soap.Encoding);
System\Web\Services\Description\HttpProtocolReflector.cs (1)
94import.Namespace = restriction.BaseTypeName.Namespace;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3604WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@BaseTypeName)));
System.Xml (17)
System\Xml\Schema\Preprocessor.cs (3)
954baseName = ((XmlSchemaComplexContentRestriction)content.Content).BaseTypeName; 1490if (contentRestriction.BaseTypeName.IsEmpty) { 1494ValidateQNameAttribute(contentRestriction, "base", contentRestriction.BaseTypeName);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
785if (complexType.Redefined != null && complexRestriction.BaseTypeName == complexType.Redefined.QualifiedName) { 790baseType = GetComplexType(complexRestriction.BaseTypeName); 792SendValidationEvent(Res.Sch_UndefBaseRestriction, complexRestriction.BaseTypeName.ToString(), complexRestriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
646baseName = ((XmlSchemaComplexContentRestriction)content.Content).BaseTypeName; 1176if (contentRestriction.BaseTypeName.IsEmpty) { 1180ValidateQNameAttribute(contentRestriction, "base", contentRestriction.BaseTypeName);
System\Xml\Schema\SchemaSetCompiler.cs (3)
844if (complexType.Redefined != null && complexRestriction.BaseTypeName == complexType.Redefined.QualifiedName) { 849baseType = GetComplexType(complexRestriction.BaseTypeName); 851SendValidationEvent(Res.Sch_UndefBaseRestriction, complexRestriction.BaseTypeName.ToString(), complexRestriction);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
321return ((XmlSchemaComplexContentRestriction)contentModel.Content).BaseTypeName; 402newComplexRest.BaseTypeName = complexRest.BaseTypeName.Clone();
System\Xml\Serialization\ImportContext.cs (1)
299baseName = ((XmlSchemaComplexContentRestriction)content).BaseTypeName;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
1029if (!o.@BaseTypeName.IsEmpty){ 1030WriteAttribute(@"base", @"", o.@BaseTypeName);