3 references to Parameters
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\CompilerScope.cs (2)
327if (IsMethod && (index = lc.Parameters.IndexOf(v)) >= 0) 450if (IsMethod && lc.Parameters.Contains(v))
System\Linq\Expressions\Compiler\CompilerScope.Storage.cs (1)
83_argument = compiler.GetLambdaArgument(compiler.Parameters.IndexOf(p));