3 writes to _hasClosureArgument
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (3)
110_hasClosureArgument = true; 123_hasClosureArgument = tree.Scopes[lambda].NeedsClosure; 164_hasClosureArgument = parent._hasClosureArgument;
5 references to _hasClosureArgument
System.Core (5)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (5)
125if (_hasClosureArgument) { 133int startIndex = _hasClosureArgument ? 2 : 1; 164_hasClosureArgument = parent._hasClosureArgument; 280return index + (_hasClosureArgument ? 1 : 0) + (_method.IsStatic ? 0 : 1); 292Debug.Assert(_hasClosureArgument, "must have a Closure argument");