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