2 references to GetTypeAndSubtypesOf
System.Data.Entity (2)
System\Data\Common\Utils\MetadataHelper.cs (2)
369foreach (EdmType subType in GetTypeAndSubtypesOf<EntityType>(type, itemCollection, includeAbstractTypes)) 375foreach (EdmType subType in GetTypeAndSubtypesOf<ComplexType>(type, itemCollection, includeAbstractTypes))