2 references to FindGenericType
System.Web.Extensions (2)
UI\WebControls\Dynamic.cs (2)
1178
Type enumerableType =
FindGenericType
(typeof(IEnumerable<>), type);
1219
Type found =
FindGenericType
(generic, intfType);