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