4 references to EnterScope
System.Data.Entity (4)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (4)
198
this.
EnterScope
(newFormals.ToArray()); // ToArray: Don't pass the List instance directly to OnEnterScope
900
this.
EnterScope
(newLeft.Variable, newRight.Variable);
960
this.
EnterScope
(newInput.Variable);
963
this.
EnterScope
(newInput.GroupVariable);