3 instantiations of 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);
6 references to XmlCodeExporter
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (2)
23
XmlCodeExporter
xmlExporter;
65
public
XmlCodeExporter
XmlExporter
System.Web.Services (4)
System\Web\Services\Description\MimeXmlImporter.cs (2)
26
XmlCodeExporter
exporter;
86
XmlCodeExporter
Exporter {
System\Web\Services\Description\SoapProtocolImporter.cs (2)
256
XmlCodeExporter
xmlExporter;
307
public
XmlCodeExporter
XmlExporter {