4 references to FindGenericType
System.Linq.Queryable (4)
System\Linq\EnumerableQuery.cs (1)
67Type? iqType = TypeHelper.FindGenericType(typeof(IQueryable<>), expression.Type);
System\Linq\EnumerableRewriter.cs (1)
367Type? eType = TypeHelper.FindGenericType(typeof(Expression<>), tmp);
System\Linq\Queryable.cs (1)
36Type? enumType = TypeHelper.FindGenericType(typeof(IEnumerable<>), source.GetType());
System\Linq\TypeHelper.cs (1)
29Type? found = FindGenericType(definition, itype);