3 writes to BaseTypeName
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
436
newSimpleRest.
BaseTypeName
= simpleRest.BaseTypeName.Clone();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1768
builder._simpleContentRestriction.
BaseTypeName
= builder.ParseQName(value, "base");
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12147
o.
@BaseTypeName
= ToXmlQualifiedName(Reader.Value);
18 references to BaseTypeName
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1165
baseName = ((XmlSchemaSimpleContentRestriction)content.Content).
BaseTypeName
;
1775
if (contentRestriction.
BaseTypeName
.IsEmpty)
1781
ValidateQNameAttribute(contentRestriction, "base", contentRestriction.
BaseTypeName
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
835
if (complexType.Redefined != null && simpleRestriction.
BaseTypeName
== complexType.Redefined.QualifiedName)
843
baseType = GetComplexType(simpleRestriction.
BaseTypeName
);
846
SendValidationEvent(ResXml.Sch_UndefBaseRestriction, simpleRestriction.
BaseTypeName
.ToString(), simpleRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
814
baseName = ((XmlSchemaSimpleContentRestriction)content.Content).
BaseTypeName
;
1418
if (contentRestriction.
BaseTypeName
.IsEmpty)
1424
ValidateQNameAttribute(contentRestriction, "base", contentRestriction.
BaseTypeName
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
913
if (complexType.Redefined != null && simpleRestriction.
BaseTypeName
== complexType.Redefined.QualifiedName)
921
baseType = GetComplexType(simpleRestriction.
BaseTypeName
);
924
SendValidationEvent(ResXml.Sch_UndefBaseRestriction, simpleRestriction.
BaseTypeName
.ToString(), simpleRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
372
return ((XmlSchemaSimpleContentRestriction)_contentModel.Content).
BaseTypeName
;
436
newSimpleRest.BaseTypeName = simpleRest.
BaseTypeName
.Clone();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
360
baseName = restriction.
BaseTypeName
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
890
if (!o.
@BaseTypeName
.IsEmpty)
892
WriteAttribute(@"base", @"", o.
@BaseTypeName
);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4690
WriteAttribute(@"base", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.
@BaseTypeName
)));