3 references to ExportStructMapping
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (3)
192
return
ExportStructMapping
((StructMapping)mapping, ns);
334
extension.BaseTypeName =
ExportStructMapping
(mapping.BaseMapping, mapping.Namespace);
402
if (derived.IncludeInSchema)
ExportStructMapping
(derived, mapping.TypeDesc.IsRoot ? null : mapping.Namespace);