System\Xml\Serialization\XmlSchemaExporter.cs (5)
356ExportStructMapping((StructMapping)mapping, ns, null);
384ExportStructMapping((StructMapping)mapping, ns, element);
992extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null);
999extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null);
1132if (derived.IncludeInSchema) ExportStructMapping(derived, derived.Namespace, null);