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