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