1 override of Accept
System.Core (1)
Microsoft\Scripting\Ast\LambdaExpression.cs (1)
240internal override LambdaExpression Accept(StackSpiller spiller) {
2 references to Accept
System.Core (2)
Microsoft\Scripting\Compiler\StackSpiller.cs (2)
98return lambda.Accept(new StackSpiller(Stack.Empty)); 476lambda = lambda.Accept(spiller);