1 write to ChildScopes
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LocalVariables.cs (1)
82existing.ChildScopes ??= new List<VariableScope>();
4 references to ChildScopes
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\LocalVariables.cs (4)
83existing.ChildScopes.Add(newScope); 121if (scope.ChildScopes != null && scope.ChildScopes[curChild].Start == i) 124VariableScope child = scope.ChildScopes[curChild];