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