5 references to XmlExporter
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
2017
_xmlSerializerOperationGenerator.
XmlExporter
.ExportMembersMapping(membersMapping);
2037
_xmlSerializerOperationGenerator.
XmlExporter
.ExportMembersMapping(membersMapping);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (3)
149
AddKnownTypes(context.SyncMethod.CustomAttributes, xmlSerializerFormatAttribute.IsEncoded ? SoapExporter.IncludeMetadata :
XmlExporter
.IncludeMetadata);
192
XmlExporter
.ExportMembersMapping(membersMapping);
199
XmlExporter
.AddMappingMetadata(additionalAttributes, memberMapping, partNamespace, false/*forceUseMemberName*/);