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