1 write to _entropy
mscorlib (1)
system\stringcomparer.cs (1)
258_entropy = HashHelpers.GetEntropy();
4 references to _entropy
mscorlib (4)
system\stringcomparer.cs (4)
287return _compareInfo.GetHashCodeOfString(obj, options, true, _entropy); 296return (this._ignoreCase == comparer._ignoreCase) && (this._compareInfo.Equals(comparer._compareInfo)) && (this._entropy == comparer._entropy); 301return ((_ignoreCase ? (~hashCode) : hashCode) ^ ((int) (_entropy & 0x7FFFFFFF)));