3 references to GetTypeAndSubtypesOf
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceUtil.cs (2)
188List<EdmType> types = new List<EdmType>(EntityDataSourceUtil.GetTypeAndSubtypesOf(entityType, ocItemCollection, /*includeAbstractTypes*/true)); 221IEnumerable types = GetTypeAndSubtypesOf(superType, itemCollection, false);
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
751 < EntityDataSourceUtil.GetTypeAndSubtypesOf(entityType, csWorkspace.GetItemCollection(DataSpace.CSpace), true).Count())