System\Xml\Serialization\XmlSchemaExporter.cs (5)
345ExportStructMapping((StructMapping)mapping, ns, null);
369ExportStructMapping((StructMapping)mapping, ns, element);
886extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null);
892extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null);
1002if (derived.IncludeInSchema) ExportStructMapping(derived, derived.Namespace, null);