2 writes to _method
Microsoft.ML.Transforms (2)
Expression\MethodGenerator.cs (2)
29
_method
= new DynamicMethod(name, returnType, parameterTypes, thisType);
52
_method
= null;
2 references to _method
Microsoft.ML.Transforms (2)
Expression\MethodGenerator.cs (2)
30
Il =
_method
.GetILGenerator();
42
var del =
_method
.CreateDelegate(delegateType, null);