2 writes to m_domain
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (2)
46m_domain = new Domain(values, values); 55m_domain = domain;
8 references to m_domain
System.Data.Entity (8)
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (8)
57Debug.Assert(m_domain.Count != 0, "If you want a boolean that evaluates to false, " + 97get { return m_domain; } 115result = MakeTermExpression(this, domain, m_domain.Values); 119result = MakeTermExpression(this, m_domain.AllPossibleValues, m_domain.Values); 159return m_domain.IsEqualTo(rightRestriction.m_domain); 168result ^= m_domain.GetHash();