2 references to VariableScope
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LocalVariables.cs (2)
81
newScope = new
VariableScope
(result, start, existing);
87
newScope = new
VariableScope
(result, start, parent: null);