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