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