2 writes to m_restrictedMemberSlot
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (2)
45m_restrictedMemberSlot = slot; 54m_restrictedMemberSlot = slot;
9 references to m_restrictedMemberSlot
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (9)
89get { return m_restrictedMemberSlot; } 114IEnumerable<Constant> domain = domainMap.GetDomain(m_restrictedMemberSlot.MemberPath); 154if (false == MemberProjectedSlot.EqualityComparer.Equals(m_restrictedMemberSlot, rightRestriction.m_restrictedMemberSlot)) 167int result = MemberProjectedSlot.EqualityComparer.GetHashCode(m_restrictedMemberSlot); 186return MemberProjectedSlot.EqualityComparer.Equals(m_restrictedMemberSlot, rightOneOfConst.m_restrictedMemberSlot); 194int result = MemberProjectedSlot.EqualityComparer.GetHashCode(m_restrictedMemberSlot); 285string variableName = m_restrictedMemberSlot.MemberPath.PathToString(false);