2 references to ComputeBinaryHashCode
System.Data.Entity (2)
System\Data\Common\Utils\ByValueEqualityComparer.cs (1)
62
return
ComputeBinaryHashCode
(bytes);
System\Data\EntityKey.cs (1)
473
hashCode ^= ByValueEqualityComparer.
ComputeBinaryHashCode
(byteArrayValue);