1 write to _compareInfo
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\SortKey.cs (1)
24_compareInfo = compareInfo;
2 references to _compareInfo
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\SortKey.cs (2)
65public override int GetHashCode() => _compareInfo.GetHashCode(_string, _options); 67public override string ToString() => $"SortKey - {_compareInfo.Name}, {_options}, {_string}";