2 references to GetLambdaArgument
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\CompilerScope.Storage.cs (1)
83
_argument = compiler.
GetLambdaArgument
(compiler.Parameters.IndexOf(p));
System\Linq\Expressions\Compiler\LambdaCompiler.cs (1)
251
_ilg.EmitLoadArg(
GetLambdaArgument
(index));