2 writes to Il
Microsoft.ML.Transforms (2)
Expression\MethodGenerator.cs (2)
30Il = _method.GetILGenerator(); 53Il = 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)
145Contracts.Check(Il != null, "Cannot access IL for a method that has already been created"); 158return new Temporary(_tempDisposer, Il.DeclareLocal(key.Type), key.IsRef);