1 instantiation of FuncInstanceMethodInfo3
Microsoft.ML.Core (1)
Utilities\FuncInstanceMethodInfo3`3.cs (1)
87
return new
FuncInstanceMethodInfo3
<TTarget, T, TResult>(methodInfo);
2 references to FuncInstanceMethodInfo3
Microsoft.ML.Core (2)
Utilities\FuncInstanceMethodInfo3`3.cs (1)
57
public static
FuncInstanceMethodInfo3
<TTarget, T, TResult> Create(Expression<Func<TTarget, Func<T, TResult>>> expression)
Utilities\Utils.cs (1)
1029
public static TResult MarshalInvoke<TTarget, TArg1, TResult>(
FuncInstanceMethodInfo3
<TTarget, TArg1, TResult> func, TTarget target, Type genArg1, Type genArg2, Type genArg3, TArg1 arg1)