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