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