3 references to GetHashCodeOfString
mscorlib (3)
system\globalization\compareinfo.cs (2)
1206return GetHashCodeOfString(source, options, false, 0); 1235return GetHashCodeOfString(source, options, false, 0);
system\stringcomparer.cs (1)
287return _compareInfo.GetHashCodeOfString(obj, options, true, _entropy);