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