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