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