1 write to win32LCID
mscorlib (1)
system\globalization\sortkey.cs (1)
73
win32LCID
= CultureInfo.GetCultureInfo(localeName).LCID;
3 references to win32LCID
mscorlib (3)
system\globalization\sortkey.cs (3)
71
if (
win32LCID
== 0)
85
if (String.IsNullOrEmpty(localeName) &&
win32LCID
!= 0)
87
localeName = CultureInfo.GetCultureInfo(
win32LCID
).Name;