7 references to AddLocal
System.Linq.Expressions (7)
System\Linq\Expressions\Compiler\CompilerScope.cs (2)
301
AddLocal
(lc, _hoistedLocals.SelfVariable);
431
AddLocal
(lc, locals.SelfVariable);
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (3)
1135
_scope.
AddLocal
(this, v);
1147
_scope.
AddLocal
(this, v);
1219
_scope.
AddLocal
(this, v);
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (2)
204
_scope.
AddLocal
(this, switchValue);
205
_scope.
AddLocal
(this, testValue);