1 write to Method
Microsoft.ML.Transforms (1)
Expression\Node.cs (1)
1063Method = meth;
6 references to Method
Microsoft.ML.Transforms (6)
Expression\CodeGen.cs (6)
1241if (node.Method == null) 1248var meth = node.Method; 1254Contracts.Assert(node.Method.ReturnType != typeof(void)); 1280_gen.Call(node.Method); 1288if (node.Method.ReturnType != typeof(void)) 1289_gen.Call(node.Method);