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