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