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