11 references to ProjectedSlotMap
System.Data.Entity (11)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
622
m_viewgenContext.MemberMaps.
ProjectedSlotMap
.ToCompactString(builder);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (4)
147
_context.MemberMaps.
ProjectedSlotMap
, _usedCells,
678
foreach (MemberPath memberPath in _context.MemberMaps.
ProjectedSlotMap
.Members)
783
for (int memberNum = 0; memberNum < _context.MemberMaps.
ProjectedSlotMap
.Count; memberNum++)
785
MemberPath memberPath = _context.MemberMaps.
ProjectedSlotMap
[memberNum];
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (2)
247
int index = _viewgenContext.MemberMaps.
ProjectedSlotMap
.IndexOf(column);
516
MemberPath tableMember = m_viewgenContext.MemberMaps.
ProjectedSlotMap
[i];
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
78
get { return m_viewgenContext.MemberMaps.
ProjectedSlotMap
; }
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
276
foreach (int keySlot in m_memberMaps.
ProjectedSlotMap
.KeySlots)
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
294
List<Cell> alignedCells = AlignFields(extentCellsList, m_memberMaps.
ProjectedSlotMap
, viewTarget);
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
432
context.MemberMaps.
ProjectedSlotMap
,