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