4 instantiations of InstanceMethodCallExpressionN
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs (1)
194Result add = cr.Finish(new InstanceMethodCallExpressionN(_inits[i].AddMethod, memberTemp, cr[0, -1]!));
System\Linq\Expressions\Compiler\StackSpiller.cs (2)
454expr = new InstanceMethodCallExpressionN(node.Method, cr[0]!, cr[1, -1]!); 687Result add = cr.Finish(new InstanceMethodCallExpressionN(inits[i].AddMethod, refTempNew, cr[0, -1]!));
System\Linq\Expressions\MethodCallExpression.cs (1)
1235return new InstanceMethodCallExpressionN(method, instance, argList);