6 references to VisitList
System.Data.Entity (6)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (6)
60return VisitList(list, this.VisitExpression); 80return this.VisitList(list, this.VisitExpressionBinding); 122return VisitList(sortOrder, this.VisitSortClause); 185IList<DbVariableReferenceExpression> newFormals = this.VisitList(lambda.Variables, varRef => 744IList<DbRelatedEntityRef> newRefs = this.VisitList(expression.RelatedEntityReferences, this.VisitRelatedEntityRef); 964IList<DbAggregate> newAggs = this.VisitList<DbAggregate>(expression.Aggregates, this.VisitAggregate);