Base:
method
CreateDelegate
System.Reflection.MethodInfo.CreateDelegate(System.Type, System.Object)
4 references to CreateDelegate
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\ILEmit\ILEmitResolverBuilder.cs (1)
128
Lambda = (Func<ServiceProviderEngineScope, object?>)dynamicMethod.
CreateDelegate
(typeof(Func<ServiceProviderEngineScope, object?>), runtimeContext),
Microsoft.ML.Data (2)
Utils\ApiUtils.cs (2)
171
return mb.
CreateDelegate
(typeof(Poke<TRow, TValue>), null);
186
return mb.
CreateDelegate
(typeof(Poke<TRow, TValue>), null);
Microsoft.ML.Transforms (1)
Expression\MethodGenerator.cs (1)
42
var del = _method.
CreateDelegate
(delegateType, null);