2 writes to Il
Microsoft.ML.Transforms (2)
Expression\MethodGenerator.cs (2)
30
Il
= _method.GetILGenerator();
53
Il
= null;
4 references to Il
Microsoft.ML.Transforms (4)
Expression\CodeGen.cs (2)
88
_meth.
Il
.Ret();
143
_gen = meth.
Il
;
Expression\MethodGenerator.cs (2)
145
Contracts.Check(
Il
!= null, "Cannot access IL for a method that has already been created");
158
return new Temporary(_tempDisposer,
Il
.DeclareLocal(key.Type), key.IsRef);