4 references to GetHashCode
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (1)
1537
return
GetHashCode
(source.AsSpan(), options);
src\libraries\System.Private.CoreLib\src\System\String.Comparison.cs (2)
720
return CultureInfo.CurrentCulture.CompareInfo.
GetHashCode
(value, GetCaseCompareOfComparisonCulture(comparisonType));
724
return CompareInfo.Invariant.
GetHashCode
(value, GetCaseCompareOfComparisonCulture(comparisonType));
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
274
_compareInfo.
GetHashCode
(span, _options);