6 writes to sEnglishDisplayName
mscorlib (6)
system\globalization\culturedata.cs (6)
382
invariant.
sEnglishDisplayName
= "Invariant Language (Invariant Country)"; // English pretty name for this locale
1240
this.
sEnglishDisplayName
= this.SENGLISHLANGUAGE;
1247
this.
sEnglishDisplayName
+= " Legacy";
1255
this.
sEnglishDisplayName
= DoGetLocaleInfo(LOCALE_SENGLISHDISPLAYNAME);
1266
this.
sEnglishDisplayName
=
1273
this.
sEnglishDisplayName
= this.SENGLISHLANGUAGE + " (" + this.SENGCOUNTRY + ")";
3 references to sEnglishDisplayName
mscorlib (3)
system\globalization\culturedata.cs (3)
1235
if (this.
sEnglishDisplayName
== null)
1258
if (String.IsNullOrEmpty(this.
sEnglishDisplayName
))
1278
return this.
sEnglishDisplayName
;