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));