1 write to culture
mscorlib (1)
system\globalization\compareinfo.cs (1)
298
culture
= CultureInfo.GetCultureInfo(this.Name).LCID; // This is the lcid of the constructing culture (still have to dereference to get target sort)
1 reference to culture
mscorlib (1)
system\globalization\compareinfo.cs (1)
273
ci = CultureInfo.GetCultureInfo(this.
culture
);