6 references to EmitGet
System.Core (6)
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
200
EmitGet
(NearestHoistedLocals.SelfVariable);
Microsoft\Scripting\Compiler\LambdaCompiler.Address.cs (1)
105
_scope.
EmitGet
(node);
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (2)
601
_scope.
EmitGet
(variable);
632
_scope.
EmitGet
(node);
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (1)
75
_scope.
EmitGet
(_scope.NearestHoistedLocals.SelfVariable);
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
48
_scope.
EmitGet
(_scope.NearestHoistedLocals.SelfVariable);