System\Linq\IQueryable.cs (3)
240GetMethodInfo(Queryable.Join, outer, inner, outerKeySelector, innerKeySelector, resultSelector),
291GetMethodInfo(Queryable.GroupJoin, outer, inner, outerKeySelector, innerKeySelector, resultSelector),
624GetMethodInfo(Queryable.GroupBy, source, keySelector, elementSelector, resultSelector, comparer),