5 references to Comparer
System.Data.Entity (5)
System\Data\Common\Utils\Boolean\ConversionContext.cs (1)
172range = new Set<T_Element>(domainVariable.Domain.Comparer);
System\Data\Common\Utils\Set.cs (4)
44: this(other._values, other.Comparer) 289hashCode ^= Comparer.GetHashCode(element); 313Debug.Assert(other.Comparer.GetType().Equals(this.Comparer.GetType()));