9 references to ExportContext
System.Web.Services (9)
System\Web\Services\Description\HttpProtocolImporter.cs (3)
232DelegateInfo delegateInfo = (DelegateInfo)ExportContext[methodKey]; 266if (ExportContext[methodKey] == null) { 274ExportContext[methodKey] = delegateInfo;
System\Web\Services\Description\MimeXmlImporter.cs (1)
90ImportContext.ServiceImporter.CodeGenerator, ImportContext.ServiceImporter.CodeGenerationOptions, ImportContext.ExportContext);
System\Web\Services\Description\SoapProtocolImporter.cs (5)
345xmlExporter = new XmlCodeExporter(this.CodeNamespace, ServiceImporter.CodeCompileUnit, ServiceImporter.CodeGenerator, ServiceImporter.CodeGenerationOptions, ExportContext); 346soapExporter = new SoapCodeExporter(this.CodeNamespace, null, ServiceImporter.CodeGenerator, ServiceImporter.CodeGenerationOptions, ExportContext); 907DelegateInfo delegateInfo = (DelegateInfo)ExportContext[methodKey]; 943if (ExportContext[methodKey] == null) { 959ExportContext[methodKey] = delegateInfo;