3 references to GetHashCode
System.Collections.NonGeneric (1)
System\Collections\CaseInsensitiveHashCodeProvider.cs (1)
40_compareInfo.GetHashCode(s, CompareOptions.IgnoreCase) :
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\SortKey.cs (1)
65public override int GetHashCode() => _compareInfo.GetHashCode(_string, _options);
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
272return _compareInfo.GetHashCode(obj, _options);