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