1 instantiation of FuncInstanceMethodInfo3
Microsoft.ML.Core (1)
Utilities\FuncInstanceMethodInfo3`4.cs (1)
88
return new
FuncInstanceMethodInfo3
<TTarget, T1, T2, TResult>(methodInfo);
2 references to FuncInstanceMethodInfo3
Microsoft.ML.Core (2)
Utilities\FuncInstanceMethodInfo3`4.cs (1)
58
public static
FuncInstanceMethodInfo3
<TTarget, T1, T2, TResult> Create(Expression<Func<TTarget, Func<T1, T2, TResult>>> expression)
Utilities\Utils.cs (1)
1086
public static TResult MarshalInvoke<TTarget, TArg1, TArg2, TResult>(
FuncInstanceMethodInfo3
<TTarget, TArg1, TArg2, TResult> func, TTarget target, Type genArg1, Type genArg2, Type genArg3, TArg1 arg1, TArg2 arg2)