7 references to AddLocal
System.Core (7)
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
292
AddLocal
(lc, _hoistedLocals.SelfVariable);
406
AddLocal
(lc, locals.SelfVariable);
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (3)
953
_scope.
AddLocal
(this, v);
963
_scope.
AddLocal
(this, v);
1027
_scope.
AddLocal
(this, v);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
179
_scope.
AddLocal
(this, switchValue);
180
_scope.
AddLocal
(this, testValue);