7 references to Name
mscorlib (7)
system\globalization\compareinfo.cs (7)
298culture = CultureInfo.GetCultureInfo(this.Name).LCID; // This is the lcid of the constructing culture (still have to dereference to get target sort) 1134return new SortKey(Name, source, options, keyData); 1157return this.Name == that.Name; 1177return (this.Name.GetHashCode()); 1277return ("CompareInfo - " + this.Name); 1285return CultureInfo.GetCultureInfo(this.Name).LCID;