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