3 writes to _lambda
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (3)
97_lambda = lambda; 139_lambda = lambda; 161_lambda = lambda;
11 references to _lambda
System.Core (11)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (3)
172AddReturnLabel(_lambda); 185get { return _lambda.Parameters; } 300return _method.CreateDelegate(_lambda.Type, new Closure(_boundConstants.ToArray(), null));
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
761_tree.DebugInfoGenerator.MarkSequencePoint(_lambda, _method, _ilg, node);
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (7)
89Type delegateType = inner._lambda.Type; 151CompilationFlags tailCallFlag = _lambda.TailCall ? CompilationFlags.EmitAsTail : CompilationFlags.EmitAsNoTail; 173for (int i = _lambda.Parameters.Count - 1; i >= 0; i--) { 174_scope.EmitSet(_lambda.Parameters[i]); 180if (_lambda.ReturnType == typeof(void)) { 181EmitExpressionAsVoid(_lambda.Body, flags); 183EmitExpression(_lambda.Body, flags);