14 writes to BaseTypeName
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (9)
690sce.BaseTypeName = ST_string; 730sce.BaseTypeName = ST_string; 743sce.BaseTypeName = ST_string; 771sce.BaseTypeName = ST_string; 821sce.BaseTypeName = RefineSimpleType(_xtr.Value, ref SimpleType); 826sce.BaseTypeName = ST_string; 848sce.BaseTypeName = RefineSimpleType(_xtr.Value, ref TypeFlags); 853sce.BaseTypeName = ST_string; 1270sce.BaseTypeName = xse.SchemaTypeName;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
428newSimpleExt.BaseTypeName = simpleExt.BaseTypeName.Clone();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1744builder._simpleContentExtension.BaseTypeName = builder.ParseQName(value, "base");
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (2)
1039extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null); 1146ex.BaseTypeName = ExportPrimitiveMapping(pm, ns);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12050o.@BaseTypeName = ToXmlQualifiedName(Reader.Value);
20 references to BaseTypeName
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
818SimpleType = GetSchemaType(sce.BaseTypeName);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1169baseName = ((XmlSchemaSimpleContentExtension)content.Content).BaseTypeName; 1761if (contentExtension.BaseTypeName.IsEmpty) 1767ValidateQNameAttribute(contentExtension, "base", contentExtension.BaseTypeName);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
795if (complexType.Redefined != null && simpleExtension.BaseTypeName == complexType.Redefined.QualifiedName) 804XmlSchemaType bto = GetAnySchemaType(simpleExtension.BaseTypeName); 807SendValidationEvent(ResXml.Sch_UndeclaredType, simpleExtension.BaseTypeName.ToString(), complexType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
818baseName = ((XmlSchemaSimpleContentExtension)content.Content).BaseTypeName; 1404if (contentExtension.BaseTypeName.IsEmpty) 1410ValidateQNameAttribute(contentExtension, "base", contentExtension.BaseTypeName);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
873if (complexType.Redefined != null && simpleExtension.BaseTypeName == complexType.Redefined.QualifiedName) 882XmlSchemaType bto = GetAnySchemaType(simpleExtension.BaseTypeName); 885SendValidationEvent(ResXml.Sch_UndeclaredType, simpleExtension.BaseTypeName.ToString(), simpleExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
374return ((XmlSchemaSimpleContentExtension)_contentModel.Content).BaseTypeName; 428newSimpleExt.BaseTypeName = simpleExt.BaseTypeName.Clone();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
374baseName = extension.BaseTypeName;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
874if (!o.@BaseTypeName.IsEmpty) 876WriteAttribute(@"base", @"", o.@BaseTypeName);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
833items.baseSimpleType = extension.BaseTypeName;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4824WriteAttribute(@"base", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@BaseTypeName)));