1 instantiation of MemberProjectionIndex
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (1)
38MemberProjectionIndex index = new MemberProjectionIndex();
23 references to MemberProjectionIndex
System.Data.Entity (23)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (2)
34internal BasicViewGenerator(MemberProjectionIndex projectedSlotMap, List<LeftCellWrapper> usedCells, FragmentQuery activeDomain, 49private MemberProjectionIndex m_projectedSlotMap;
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (2)
37MemberProjectionIndex projectedSlotMap, 64private MemberProjectionIndex m_projectedSlotMap;
System\Data\Mapping\ViewGeneration\QueryRewriting\RoleBoolean.cs (1)
86internal override void GetRequiredSlots(MemberProjectionIndex projectedSlotMap, bool[] requiredSlots)
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (1)
319internal virtual void GetRequiredSlots(MemberProjectionIndex projectedSlotMap, bool[] requiredSlots)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (3)
190private RequiredSlotsVisitor(MemberProjectionIndex projectedSlotMap, bool[] requiredSlots) 196private MemberProjectionIndex m_projectedSlotMap; 199internal static void GetRequiredSlots(DomainBoolExpr expression, MemberProjectionIndex projectedSlotMap,
System\Data\Mapping\ViewGeneration\Structures\BoolLiteral.cs (1)
81internal abstract void GetRequiredSlots(MemberProjectionIndex projectedSlotMap, bool[] requiredSlots);
System\Data\Mapping\ViewGeneration\Structures\CellIdBoolean.cs (1)
82internal override void GetRequiredSlots(MemberProjectionIndex projectedSlotMap, bool[] requiredSlots)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
392internal void CreateFieldAlignedCellQueries(CellQuery otherQuery, MemberProjectionIndex projectedSlotMap,
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
76internal MemberProjectionIndex ProjectedSlotMap
System\Data\Mapping\ViewGeneration\Structures\MemberMaps.cs (3)
23private MemberProjectionIndex m_projectedSlotMap; 30internal MemberMaps(ViewTarget viewTarget, MemberProjectionIndex projectedSlotMap, 48internal MemberProjectionIndex ProjectedSlotMap
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (4)
35internal static MemberProjectionIndex Create(EntitySetBase extent, EdmItemCollection edmItemCollection) 38MemberProjectionIndex index = new MemberProjectionIndex(); 187private static void GatherPartialSignature(MemberProjectionIndex index, EdmItemCollection edmItemCollection, MemberPath member, bool needKeysOnly) 225private static void GatherSignatureFromTypeStructuralMembers(MemberProjectionIndex index,
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
132internal override void GetRequiredSlots(MemberProjectionIndex projectedSlotMap, bool[] requiredSlots)
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (2)
82m_memberMaps = new MemberMaps(viewTarget, MemberProjectionIndex.Create(extent, m_edmItemCollection), queryDomainMap, updateDomainMap); 332private static List<Cell> AlignFields(IEnumerable<Cell> cells, MemberProjectionIndex projectedSlotMap,