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