FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (5)
394ExportStructMapping((StructMapping)mapping, ns, null);
423ExportStructMapping((StructMapping)mapping, ns, element);
1039extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null);
1046extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null);
1180if (derived.IncludeInSchema) ExportStructMapping(derived, derived.Namespace, null);