3 references to TypeHelper
System.Core (3)
System\Linq\IQueryable.cs (1)
84Type enumType = TypeHelper.FindGenericType(typeof(IEnumerable<>), source.GetType());
System\Linq\SequenceQuery.cs (2)
80Type iqType = TypeHelper.FindGenericType(typeof(IQueryable<>), expression.Type); 378Type eType = TypeHelper.FindGenericType(typeof(Expression<>), tmp);