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