2 references to FindGenericType
System.Core (2)
Microsoft\Scripting\Ast\InvocationExpression.cs (1)
195
Type exprType = TypeUtils.
FindGenericType
(typeof(Expression<>), expression.Type);
Microsoft\Scripting\Ast\TypeUtils.cs (1)
625
Type found =
FindGenericType
(definition, itype);