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