6 references to EmitGet
System.Linq.Expressions (6)
System\Linq\Expressions\Compiler\CompilerScope.cs (1)
197EmitGet(NearestHoistedLocals.SelfVariable);
System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs (1)
89_scope.EmitGet(node);
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (2)
729_scope.EmitGet(variable); 766_scope.EmitGet(node);
System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs (1)
77_scope.EmitGet(_scope.NearestHoistedLocals!.SelfVariable);
System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs (1)
31_scope.EmitGet(_scope.NearestHoistedLocals.SelfVariable);