6 references to EmitGet
System.Linq.Expressions (6)
System\Linq\Expressions\Compiler\CompilerScope.cs (1)
197
EmitGet
(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);