1 write to _domain
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\DomainConstraint.cs (1)
40
_domain
= domain.AsReadOnly();
5 references to _domain
System.Data.Entity (5)
System\Data\Common\Utils\Boolean\DomainConstraint.cs (5)
42
int domainHashCode =
_domain
.GetElementsHashCode();
56
internal Set<T_Element> Domain { get { return
_domain
; } }
69
return (_identifierComparer.Equals(_identifier, other._identifier) &&
_domain
.SetEquals(other.
_domain
));
75
_identifier.ToString(),
_domain
);