1 write to Method
Microsoft.ML.Transforms (1)
Expression\LambdaBinder.cs (1)
1225Method = meth;
8 references to Method
Microsoft.ML.Transforms (8)
Expression\LambdaBinder.cs (8)
1150get { return Method.ReturnType == typeof(void); } 1428res = best.Provider.ResolveToConstant(node.Head.Value, best.Method, args); 1429if (res != null && res.GetType() != best.Method.ReturnType) 1433node.Head.Value, best.Provider.NameSpace, res.GetType(), best.Method.ReturnType)); 1444var type = best.Method.GetParameters()[ivMax].ParameterType; 1454res = best.Method.Invoke(null, args); 1456_host.Assert(res.GetType() == best.Method.ReturnType); 1460node.SetMethod(best.Method);