1 write to IsMethod
System.Core (1)
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
113IsMethod = isMethod;
8 references to IsMethod
System.Core (8)
Microsoft\Scripting\Compiler\CompilerScope.cs (6)
140if (IsMethod && _closureHoistedLocals != null) { 146if (IsMethod) { 158if (!IsMethod) { 252if (s.IsMethod) { 314if (IsMethod && lc.Parameters.Contains(v)) { 422if (IsMethod && lc.Parameters.Contains(v)) {
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
200if (scope.IsMethod || scope.Definitions.ContainsKey(node)) { 231if (scope.IsMethod) {