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