1 write to _entropy
mscorlib (1)
system\collections\generic\equalitycomparer.cs (1)
501
_entropy
= HashHelpers.GetEntropy();
5 references to _entropy
mscorlib (5)
system\collections\generic\equalitycomparer.cs (5)
526
return String.InternalMarvin32HashString(obj, obj.Length,
_entropy
);
535
if(sObj != null) return String.InternalMarvin32HashString(sObj, sObj.Length,
_entropy
);
543
return (comparer != null) && (this.
_entropy
== comparer.
_entropy
);
547
return (this.GetType().Name.GetHashCode() ^ ((int) (
_entropy
& 0x7FFFFFFF)));