10 references to CreateDelegate
mscorlib (2)
system\appdomain.cs (1)
192
AppDomainInitializer newVal=(AppDomainInitializer)Delegate.
CreateDelegate
(typeof(AppDomainInitializer),
system\delegateserializationholder.cs (1)
244
d = Delegate.
CreateDelegate
(type, targetType, de.methodName);
System.Web (4)
Cache\SubstitutionResponseElement.cs (1)
39
_callback = (HttpResponseSubstitutionCallback) Delegate.
CreateDelegate
(typeof(HttpResponseSubstitutionCallback), target, _methodName);
Compilation\ObjectFactoryCodeDomTreeGenerator.cs (1)
209
return (InstantiateObject) Delegate.
CreateDelegate
(
HttpCachePolicy.cs (1)
342
HttpCacheValidateHandler handler = (HttpCacheValidateHandler) Delegate.
CreateDelegate
(typeof(HttpCacheValidateHandler), target, methodName);
UI\WebControls\Substitution.cs (1)
76
return (HttpResponseSubstitutionCallback)Delegate.
CreateDelegate
(
System.Web.Mobile (4)
Mobile\DeviceFiltersSection.cs (1)
316
return (MobileCapabilities.EvaluateCapabilitiesDelegate)MobileCapabilities.EvaluateCapabilitiesDelegate.
CreateDelegate
(
Mobile\MobileDeviceCapabilitiesSectionHandler.cs (1)
126
MobileCapabilities.EvaluateCapabilitiesDelegate.
CreateDelegate
(
UI\MobileControls\MobileControlsSection.cs (1)
437
return (IndividualDeviceConfig.DeviceQualifiesDelegate)IndividualDeviceConfig.DeviceQualifiesDelegate.
CreateDelegate
(
UI\MobileControls\MobileControlsSectionHandler.cs (1)
178
IndividualDeviceConfig.DeviceQualifiesDelegate.
CreateDelegate
(