1 write to xmlExporter
System.Web.Services (1)
System\Web\Services\Description\SoapProtocolImporter.cs (1)
345xmlExporter = 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)
308get { return xmlExporter; } 368xmlExporter.ExportTypeMapping(soapHeader.mapping); 372xmlExporter.ExportMembersMapping(member); 382foreach (CodeAttributeDeclaration attribute in xmlExporter.IncludeMetadata) { 788xmlExporter.AddMappingMetadata(paramsMetadata[j], parameter.mapping, ns, forceUseMemberName); 792xmlExporter.AddMappingMetadata(paramsMetadata[j], parameter.mapping, ns, parameter.specifiedName != parameter.mapping.MemberName + "Specified"); 822xmlExporter.AddMappingMetadata(mainCodeMethod.ReturnTypeCustomAttributes, parameters.Return, response.Namespace, parameters.Return.ElementName != uniqueMethodName + "Result");