2 references to LocalVariable
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LocalVariables.cs (2)
75var result = new LocalVariable(_localCount++, closure: false); 161LocalVariable result = new LocalVariable(_closureVariables.Count, true);