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)
81
var visitor = new Visitor(
_meth
);
88
_meth
.Il.Ret();
89
return
_meth
.CreateDelegate(_delType);
94
_meth
.Dispose();