2 references to GetTypeAndSubtypesOf
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceUtil.cs (2)
207foreach (EdmType subType in GetTypeAndSubtypesOf<EntityType>(type, itemCollection, includeAbstractTypes)) 213foreach (EdmType subType in GetTypeAndSubtypesOf<ComplexType>(type, itemCollection, includeAbstractTypes))