1 write to culture
mscorlib (1)
system\globalization\compareinfo.cs (1)
298culture = 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)
273ci = CultureInfo.GetCultureInfo(this.culture);