2 writes to localeName
mscorlib (2)
system\globalization\sortkey.cs (2)
55
this.
localeName
= localeName;
87
localeName
= CultureInfo.GetCultureInfo(win32LCID).Name;
4 references to localeName
mscorlib (4)
system\globalization\sortkey.cs (4)
73
win32LCID = CultureInfo.GetCultureInfo(
localeName
).LCID;
85
if (String.IsNullOrEmpty(
localeName
) && win32LCID != 0)
205
this.
localeName
).GetHashCodeOfString(this.m_String, this.options));
219
return ("SortKey - " +
localeName
+ ", " + options + ", " + m_String);