3 references to XmlCodeExporter
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
71
this.xmlExporter = new
XmlCodeExporter
(this.codeNamespace, this.options.CodeCompileUnit, this.options.CodeProvider,
System.Web.Services (2)
System\Web\Services\Description\MimeXmlImporter.cs (1)
89
exporter = new
XmlCodeExporter
(ImportContext.CodeNamespace, ImportContext.ServiceImporter.CodeCompileUnit,
System\Web\Services\Description\SoapProtocolImporter.cs (1)
345
xmlExporter = new
XmlCodeExporter
(this.CodeNamespace, ServiceImporter.CodeCompileUnit, ServiceImporter.CodeGenerator, ServiceImporter.CodeGenerationOptions, ExportContext);