1 write to _entropy
mscorlib (1)
system\stringcomparer.cs (1)
401_entropy = HashHelpers.GetEntropy();
5 references to _entropy
mscorlib (5)
system\stringcomparer.cs (5)
437return TextInfo.GetHashCodeOrdinalIgnoreCase(obj, true, _entropy); 440return String.InternalMarvin32HashString(obj, obj.Length, _entropy); 449return (this._ignoreCase == comparer._ignoreCase) && (this._entropy == comparer._entropy); 455return ((_ignoreCase ? (~hashCode) : hashCode) ^ ((int) (_entropy & 0x7FFFFFFF)));