7 references to AddLocal
System.Linq.Expressions (7)
System\Linq\Expressions\Compiler\CompilerScope.cs (2)
301AddLocal(lc, _hoistedLocals.SelfVariable); 431AddLocal(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);