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