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