6 references to EmitGet
System.Core (6)
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
200EmitGet(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);