2 references to VisitSelectMany
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (2)
2047
return this.
VisitSelectMany
(mc.Arguments[0], this.GetLambda(mc.Arguments[1]), null);
2052
return this.
VisitSelectMany
(mc.Arguments[0], this.GetLambda(mc.Arguments[1]), this.GetLambda(mc.Arguments[2]));