7 references to AddLocal
System.Core (7)
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
292AddLocal(lc, _hoistedLocals.SelfVariable); 406AddLocal(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);