1 write to _meth
Microsoft.ML.Transforms (1)
Expression\CodeGen.cs (1)
76_meth = new MethodGenerator("lambda", typeof(Exec), node.ResultType.RawType, types);
4 references to _meth
Microsoft.ML.Transforms (4)
Expression\CodeGen.cs (4)
81var visitor = new Visitor(_meth); 88_meth.Il.Ret(); 89return _meth.CreateDelegate(_delType); 94_meth.Dispose();