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)
42int domainHashCode = _domain.GetElementsHashCode(); 56internal Set<T_Element> Domain { get { return _domain; } } 69return (_identifierComparer.Equals(_identifier, other._identifier) && _domain.SetEquals(other._domain)); 75_identifier.ToString(), _domain);