4 writes to BaseTypeName
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
464
newComplexRest.
BaseTypeName
= complexRest.BaseTypeName.Clone();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1701
builder._complexContentRestriction.
BaseTypeName
= builder.ParseQName(value, "base");
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
260
restriction.
BaseTypeName
= s_arrayQName;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12388
o.
@BaseTypeName
= ToXmlQualifiedName(Reader.Value);
19 references to BaseTypeName
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1153
baseName = ((XmlSchemaComplexContentRestriction)content.Content).
BaseTypeName
;
1839
if (contentRestriction.
BaseTypeName
.IsEmpty)
1845
ValidateQNameAttribute(contentRestriction, "base", contentRestriction.
BaseTypeName
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
985
if (complexType.Redefined != null && complexRestriction.
BaseTypeName
== complexType.Redefined.QualifiedName)
992
baseType = GetComplexType(complexRestriction.
BaseTypeName
);
995
SendValidationEvent(ResXml.Sch_UndefBaseRestriction, complexRestriction.
BaseTypeName
.ToString(), complexRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
802
baseName = ((XmlSchemaComplexContentRestriction)content.Content).
BaseTypeName
;
1482
if (contentRestriction.
BaseTypeName
.IsEmpty)
1488
ValidateQNameAttribute(contentRestriction, "base", contentRestriction.
BaseTypeName
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
1063
if (complexType.Redefined != null && complexRestriction.
BaseTypeName
== complexType.Redefined.QualifiedName)
1070
baseType = GetComplexType(complexRestriction.
BaseTypeName
);
1073
SendValidationEvent(ResXml.Sch_UndefBaseRestriction, complexRestriction.
BaseTypeName
.ToString(), complexRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
368
return ((XmlSchemaComplexContentRestriction)_contentModel.Content).
BaseTypeName
;
464
newComplexRest.BaseTypeName = complexRest.
BaseTypeName
.Clone();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
351
baseName = ((XmlSchemaComplexContentRestriction)content).
BaseTypeName
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
1232
if (!o.
@BaseTypeName
.IsEmpty)
1234
WriteAttribute(@"base", @"", o.
@BaseTypeName
);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
477
XmlQualifiedName baseTypeName = restriction.
BaseTypeName
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4545
WriteAttribute(@"base", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.
@BaseTypeName
)));