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