3 references to ExportStructMapping
System.Xml (3)
System\Xml\Serialization\SoapSchemaExporter.cs (3)
166return ExportStructMapping((StructMapping)mapping, ns); 290extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace); 346if (derived.IncludeInSchema) ExportStructMapping(derived, mapping.TypeDesc.IsRoot ? null : mapping.Namespace);