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)
526return String.InternalMarvin32HashString(obj, obj.Length, _entropy); 535if(sObj != null) return String.InternalMarvin32HashString(sObj, sObj.Length, _entropy); 543return (comparer != null) && (this._entropy == comparer._entropy); 547return (this.GetType().Name.GetHashCode() ^ ((int) (_entropy & 0x7FFFFFFF)));