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