1 write to _entropy
mscorlib (1)
system\collections\generic\equalitycomparer.cs (1)
568
_entropy
= HashHelpers.GetEntropy();
4 references to _entropy
mscorlib (4)
system\collections\generic\equalitycomparer.cs (4)
587
if(sObj != null) return String.InternalMarvin32HashString(sObj, sObj.Length,
_entropy
);
595
return (comparer != null) && (this.
_entropy
== comparer.
_entropy
);
599
return (this.GetType().Name.GetHashCode() ^ ((int) (
_entropy
& 0x7FFFFFFF)));