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