10 references to CreateDelegate
mscorlib (2)
system\appdomain.cs (1)
192AppDomainInitializer newVal=(AppDomainInitializer)Delegate.CreateDelegate(typeof(AppDomainInitializer),
system\delegateserializationholder.cs (1)
244d = 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)
209return (InstantiateObject) Delegate.CreateDelegate(
HttpCachePolicy.cs (1)
342HttpCacheValidateHandler handler = (HttpCacheValidateHandler) Delegate.CreateDelegate(typeof(HttpCacheValidateHandler), target, methodName);
UI\WebControls\Substitution.cs (1)
76return (HttpResponseSubstitutionCallback)Delegate.CreateDelegate(
System.Web.Mobile (4)
Mobile\DeviceFiltersSection.cs (1)
316return (MobileCapabilities.EvaluateCapabilitiesDelegate)MobileCapabilities.EvaluateCapabilitiesDelegate.CreateDelegate(
Mobile\MobileDeviceCapabilitiesSectionHandler.cs (1)
126MobileCapabilities.EvaluateCapabilitiesDelegate.CreateDelegate(
UI\MobileControls\MobileControlsSection.cs (1)
437return (IndividualDeviceConfig.DeviceQualifiesDelegate)IndividualDeviceConfig.DeviceQualifiesDelegate.CreateDelegate(
UI\MobileControls\MobileControlsSectionHandler.cs (1)
178IndividualDeviceConfig.DeviceQualifiesDelegate.CreateDelegate(