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