1 write to xmlExporter
System.Web.Services (1)
System\Web\Services\Description\SoapProtocolImporter.cs (1)
345
xmlExporter
= new XmlCodeExporter(this.CodeNamespace, ServiceImporter.CodeCompileUnit, ServiceImporter.CodeGenerator, ServiceImporter.CodeGenerationOptions, ExportContext);
7 references to xmlExporter
System.Web.Services (7)
System\Web\Services\Description\SoapProtocolImporter.cs (7)
308
get { return
xmlExporter
; }
368
xmlExporter
.ExportTypeMapping(soapHeader.mapping);
372
xmlExporter
.ExportMembersMapping(member);
382
foreach (CodeAttributeDeclaration attribute in
xmlExporter
.IncludeMetadata) {
788
xmlExporter
.AddMappingMetadata(paramsMetadata[j], parameter.mapping, ns, forceUseMemberName);
792
xmlExporter
.AddMappingMetadata(paramsMetadata[j], parameter.mapping, ns, parameter.specifiedName != parameter.mapping.MemberName + "Specified");
822
xmlExporter
.AddMappingMetadata(mainCodeMethod.ReturnTypeCustomAttributes, parameters.Return, response.Namespace, parameters.Return.ElementName != uniqueMethodName + "Result");