1 write to IsMethod
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\CompilerScope.cs (1)
99
IsMethod
= isMethod;
8 references to IsMethod
System.Linq.Expressions (8)
System\Linq\Expressions\Compiler\CompilerScope.cs (6)
129
if (
IsMethod
&& _closureHoistedLocals != null)
136
if (
IsMethod
)
150
if (!
IsMethod
)
255
if (s.
IsMethod
)
327
if (
IsMethod
&& (index = lc.Parameters.IndexOf(v)) >= 0)
450
if (
IsMethod
&& lc.Parameters.Contains(v))
System\Linq\Expressions\Compiler\VariableBinder.cs (2)
214
if (scope.
IsMethod
|| scope.Definitions.ContainsKey(node))
249
if (scope.
IsMethod
)