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