2 references to GetTypeAndSubtypesOf
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
319
foreach (EdmType type in MetadataHelper.
GetTypeAndSubtypesOf
(memberType, workspace, false))
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1437
foreach (EdmType subType in MetadataHelper.
GetTypeAndSubtypesOf
(testType, m_command.MetadataWorkspace, true /*includeAbstractTypes*/))