1 instantiation of MethodGenerator
Microsoft.ML.Transforms (1)
Expression\CodeGen.cs (1)
76
_meth = new
MethodGenerator
("lambda", typeof(Exec), node.ResultType.RawType, types);
5 references to MethodGenerator
Microsoft.ML.Transforms (5)
Expression\CodeGen.cs (5)
27
private readonly
MethodGenerator
_meth;
105
private readonly
MethodGenerator
_meth;
140
public Visitor(
MethodGenerator
meth)
909
var locals = new
MethodGenerator
.Temporary[items.Length];
1369
using (var flag = lazy ? _meth.AcquireTemporary(typeof(bool)) : default(
MethodGenerator
.Temporary))