22 references to CreateDelegate
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\Statics.cs (1)
543result = Delegate.CreateDelegate(
PresentationFramework (1)
parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
100TryGetSwitchFromCentralAppContext = (TryGetSwitchDelegate)Delegate.CreateDelegate(typeof(TryGetSwitchDelegate), method);
System (1)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
100TryGetSwitchFromCentralAppContext = (TryGetSwitchDelegate)Delegate.CreateDelegate(typeof(TryGetSwitchDelegate), method);
System.ComponentModel.DataAnnotations (1)
parent\parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
100TryGetSwitchFromCentralAppContext = (TryGetSwitchDelegate)Delegate.CreateDelegate(typeof(TryGetSwitchDelegate), method);
System.Configuration (1)
System\Configuration\TypeUtil.cs (1)
153return Delegate.CreateDelegate(delegateType, targetMethod);
System.Core (3)
Microsoft\Scripting\Actions\CallSite.cs (2)
116ctor = (Func<CallSiteBinder, CallSite>)Delegate.CreateDelegate(typeof(Func<CallSiteBinder, CallSite>), method); 311return Delegate.CreateDelegate(delegateType, method);
Microsoft\Scripting\Ast\LambdaExpression.cs (1)
270factories[delegateType] = fastPath = (LambdaFactory)Delegate.CreateDelegate(typeof(LambdaFactory), create);
System.Data (1)
fx\src\data\System\Data\SQLTypes\SqlXml.cs (1)
134return (Func<Stream, XmlReaderSettings, XmlParserContext, XmlReader>)Delegate.CreateDelegate(typeof(Func<Stream, XmlReaderSettings, XmlParserContext, XmlReader>), CreateSqlReaderMethodInfo);
System.Data.DataSetExtensions (1)
System\Data\DataRowExtensions.cs (1)
208return (Converter<object, T>)Delegate.CreateDelegate(
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILModule.cs (1)
329return Delegate.CreateDelegate(typDelegate, (MethodInfo) this.methods[name]);
System.Drawing (1)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
100TryGetSwitchFromCentralAppContext = (TryGetSwitchDelegate)Delegate.CreateDelegate(typeof(TryGetSwitchDelegate), method);
System.IdentityModel (1)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
100TryGetSwitchFromCentralAppContext = (TryGetSwitchDelegate)Delegate.CreateDelegate(typeof(TryGetSwitchDelegate), method);
System.IO.Compression.FileSystem (1)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
100TryGetSwitchFromCentralAppContext = (TryGetSwitchDelegate)Delegate.CreateDelegate(typeof(TryGetSwitchDelegate), method);
System.ServiceModel (3)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
100TryGetSwitchFromCentralAppContext = (TryGetSwitchDelegate)Delegate.CreateDelegate(typeof(TryGetSwitchDelegate), method);
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
230createTaskDelegate = Delegate.CreateDelegate(typeof(Func<ServiceChannel, ProxyOperationRuntime, object[], Task>), methodInfo) as Func<ServiceChannel, ProxyOperationRuntime, object[], Task>;
System\ServiceModel\ServiceHost.cs (1)
1876Action<ServiceConfiguration> call = Delegate.CreateDelegate(typeof(Action<ServiceConfiguration>), configureMethod) as Action<ServiceConfiguration>;
System.Windows.Forms (1)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
100TryGetSwitchFromCentralAppContext = (TryGetSwitchDelegate)Delegate.CreateDelegate(typeof(TryGetSwitchDelegate), method);
System.Xml (4)
parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
100TryGetSwitchFromCentralAppContext = (TryGetSwitchDelegate)Delegate.CreateDelegate(typeof(TryGetSwitchDelegate), method);
System\Xml\Core\SecureStringHasher.cs (1)
81return (HashCodeOfStringDelegate)Delegate.CreateDelegate(typeof(HashCodeOfStringDelegate), getHashCodeMethodInfo);
System\Xml\XmlQualifiedName.cs (1)
177return (HashCodeOfStringDelegate)Delegate.CreateDelegate(typeof(HashCodeOfStringDelegate), getHashCodeMethodInfo);
System\Xml\Xslt\XslCompiledTransform.cs (1)
324Delegate delExec = (dm != null) ? dm.CreateDelegate(typeof(ExecuteDelegate)) : Delegate.CreateDelegate(typeof(ExecuteDelegate), executeMethod);