1 write to m_indexMap
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (1)
48
m_indexMap
= new Dictionary<MemberPath, int>(MemberPath.EqualityComparer);
4 references to m_indexMap
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (4)
101
if (
m_indexMap
.TryGetValue(member, out index))
117
if (false ==
m_indexMap
.TryGetValue(member, out index))
119
index =
m_indexMap
.Count;
120
m_indexMap
[member] = index;