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