2 references to SoapCodeExporter
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
84this.soapExporter = new SoapCodeExporter(this.codeNamespace, this.options.CodeCompileUnit, this.options.CodeProvider,
System.Web.Services (1)
System\Web\Services\Description\SoapProtocolImporter.cs (1)
346soapExporter = new SoapCodeExporter(this.CodeNamespace, null, ServiceImporter.CodeGenerator, ServiceImporter.CodeGenerationOptions, ExportContext);