2 instantiations of DelegateInfo
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
236delegateInfo = new DelegateInfo(handlerType, handlerArgs);
System\Web\Services\Description\SoapProtocolImporter.cs (1)
911delegateInfo = new DelegateInfo(handlerType, handlerArgs);
4 references to DelegateInfo
System.Web.Services (4)
System\Web\Services\Description\HttpProtocolImporter.cs (2)
232DelegateInfo delegateInfo = (DelegateInfo)ExportContext[methodKey];
System\Web\Services\Description\SoapProtocolImporter.cs (2)
907DelegateInfo delegateInfo = (DelegateInfo)ExportContext[methodKey];