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)
789
return CultureInfo.CurrentCulture.CompareInfo.
GetHashCode
(value, GetCaseCompareOfComparisonCulture(comparisonType));
793
return CompareInfo.Invariant.
GetHashCode
(value, GetCaseCompareOfComparisonCulture(comparisonType));
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
276
_compareInfo.
GetHashCode
(span, _options);