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