1 write to baseTypeName
System.Xml (1)
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
30set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); }
1 reference to baseTypeName
System.Xml (1)
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
29get { return baseTypeName; }